Skip to content

Commit 0bc27ea

Browse files
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fce8bb5 commit 0bc27ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: lint
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
with:
2222
path: "gmazoyer.peering_manager"
2323
- name: Setup Python
@@ -41,7 +41,7 @@ jobs:
4141
- ubuntu2204
4242
- ubuntu2404
4343
steps:
44-
- uses: actions/checkout@v5
44+
- uses: actions/checkout@v6
4545
with:
4646
path: "gmazoyer.peering_manager"
4747
- name: Setup Python
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-latest
6565
needs: [lint, molecule]
6666
steps:
67-
- uses: actions/checkout@v5
67+
- uses: actions/checkout@v6
6868
with:
6969
path: "gmazoyer.peering_manager"
7070
- name: Setup Python

0 commit comments

Comments
 (0)