Skip to content

Commit 37ede7f

Browse files
Bump actions/checkout from 3 to 4 (#94)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 96e58b9 commit 37ede7f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
poetry-version: [1.5.1]
2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727
- name: Setup Python 3.9
2828
uses: actions/setup-python@v4
2929
with:
@@ -65,7 +65,7 @@ jobs:
6565
shell: bash
6666
steps:
6767
- name: Checkout repository
68-
uses: actions/checkout@v3
68+
uses: actions/checkout@v4
6969
- name: Setup Python ${{ matrix.python-version }}
7070
uses: actions/setup-python@v4
7171
with:
@@ -123,7 +123,7 @@ jobs:
123123
shell: bash
124124
steps:
125125
- name: Checkout repository
126-
uses: actions/checkout@v3
126+
uses: actions/checkout@v4
127127
- name: Setup Python ${{ matrix.python-version }}
128128
uses: actions/setup-python@v4
129129
with:
@@ -168,7 +168,7 @@ jobs:
168168
if: startsWith(github.ref, 'refs/tags/')
169169
steps:
170170
- name: Checkout repository
171-
uses: actions/checkout@v3
171+
uses: actions/checkout@v4
172172
- name: Setup Python ${{ matrix.python-version }}
173173
uses: actions/setup-python@v4
174174
with:

.github/workflows/pr_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
echo "PR_NUMBER=${{ github.event.pull_request.number }}" >> $GITHUB_ENV
2424
echo "TAGGED_MILESTONE=${{ github.event.pull_request.milestone.title }}" >> $GITHUB_ENV
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
with:
2727
fetch-depth: '0'
2828
- name: Check that CHANGELOG has been updated

0 commit comments

Comments
 (0)