Skip to content

Commit 38abd73

Browse files
dependabot[bot]iwpnd
authored andcommitted
chore(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d33d8d2 commit 38abd73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
- uses: actions/cache@v4
1818
with:
@@ -36,7 +36,7 @@ jobs:
3636
shell: bash
3737
steps:
3838
- name: Check out
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v5
4040

4141
- name: Set up the environment
4242
uses: ./.github/actions/setup-python-env
@@ -66,7 +66,7 @@ jobs:
6666
contents: write
6767
needs: [quality, tests-and-type-check]
6868
steps:
69-
- uses: actions/checkout@v4
69+
- uses: actions/checkout@v5
7070
with:
7171
fetch-depth: 0
7272

0 commit comments

Comments
 (0)