Skip to content

Commit e9c4240

Browse files
authored
Merge pull request #30 from Vinrobot/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents e154472 + 024d961 commit e9c4240

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66

77
steps:
8-
- uses: actions/checkout@v5
8+
- uses: actions/checkout@v6
99
with:
1010
submodules: 'recursive'
1111

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818

1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
with:
2222
submodules: 'recursive'
2323

0 commit comments

Comments
 (0)