Skip to content

Commit a3c943e

Browse files
authored
Merge pull request #448 from tfutils/dependabot/github_actions/actions/checkout-6
Routine dependency bump: actions/checkout 4 to 6
2 parents 343ed7b + 3973c0e commit a3c943e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- 'macos-latest'
2222
- 'ubuntu-latest'
2323
steps:
24-
- uses: 'actions/checkout@v4'
24+
- uses: 'actions/checkout@v6'
2525
with:
2626
fetch-depth: 1
2727
- name: 'Install Dependencies'
@@ -61,7 +61,7 @@ jobs:
6161
- 'windows-2025'
6262
- 'windows-2022'
6363
steps:
64-
- uses: 'actions/checkout@v4'
64+
- uses: 'actions/checkout@v6'
6565
with:
6666
fetch-depth: 1
6767
- name: 'Install Dependencies'

0 commit comments

Comments
 (0)