Skip to content

Commit b0ac153

Browse files
build(deps): bump actions/checkout from 5 to 6 in /.github/workflows (#167)
1 parent dd3e387 commit b0ac153

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
runs-on: windows-latest
1414
steps:
1515
- name: Checkout Bucket
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 2
1919
path: "my_bucket"
2020
- name: Checkout Scoop
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
with:
2323
repository: ScoopInstaller/Scoop
2424
ref: develop
@@ -38,12 +38,12 @@ jobs:
3838
runs-on: windows-latest
3939
steps:
4040
- name: Checkout Bucket
41-
uses: actions/checkout@v5
41+
uses: actions/checkout@v6
4242
with:
4343
fetch-depth: 2
4444
path: "my_bucket"
4545
- name: Checkout Scoop
46-
uses: actions/checkout@v5
46+
uses: actions/checkout@v6
4747
with:
4848
repository: ScoopInstaller/Scoop
4949
ref: develop

0 commit comments

Comments
 (0)