Skip to content

Commit 3fec6f3

Browse files
Update GitHub Action Versions
1 parent 4ba43a8 commit 3fec6f3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/alpine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
docker-images: false
6666
swap-storage: false
6767
- name: Checkout
68-
uses: actions/checkout@v5.0.1
68+
uses: actions/checkout@v6.0.0
6969
with:
7070
# [Required] Access token with `workflow` scope.
7171
token: ${{ secrets.WORKFLOW_SECRET }}

.github/workflows/debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
docker-images: false
6666
swap-storage: false
6767
- name: Checkout
68-
uses: actions/checkout@v5.0.1
68+
uses: actions/checkout@v6.0.0
6969
with:
7070
# [Required] Access token with `workflow` scope.
7171
token: ${{ secrets.WORKFLOW_SECRET }}

.github/workflows/description.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v5.0.1
16+
uses: actions/checkout@v6.0.0
1717
with:
1818
# [Required] Access token with `workflow` scope.
1919
token: ${{ secrets.WORKFLOW_SECRET }}

.github/workflows/updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v5.0.1
34+
uses: actions/checkout@v6.0.0
3535
with:
3636
# [Required] Access token with `workflow` scope.
3737
token: ${{ secrets.WORKFLOW_SECRET }}

0 commit comments

Comments
 (0)