Skip to content

Commit 2fff0a2

Browse files
Bump actions/checkout from 3 to 4
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] <[email protected]>
1 parent bb1a8de commit 2fff0a2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
pre-commit-key: ${{ steps.generate-pre-commit-key.outputs.key }}
3333
steps:
3434
- name: Check out code from GitHub
35-
uses: actions/checkout@v4.1.0
35+
uses: actions/checkout@v4
3636
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
3737
id: python
3838
uses: actions/[email protected]
@@ -77,7 +77,7 @@ jobs:
7777
needs: prepare-base
7878
steps:
7979
- name: Check out code from GitHub
80-
uses: actions/checkout@v4.1.0
80+
uses: actions/checkout@v4
8181
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
8282
id: python
8383
uses: actions/[email protected]

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
url: https://pypi.org/project/pylint-pytest/
2222
steps:
2323
- name: Check out code from Github
24-
uses: actions/checkout@v4.1.0
24+
uses: actions/checkout@v4
2525
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2626
id: python
2727
uses: actions/[email protected]

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
shell: ${{ matrix.os == 'windows-latest' && 'pwsh' || '/bin/bash --noprofile --norc -Eeuxo pipefail {0}' }}
3232

3333
steps:
34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@v4
3535

3636
- name: Slugify GITHUB_REPOSITORY (win)
3737
if: ${{ matrix.os == 'windows-latest' }}

0 commit comments

Comments
 (0)