Skip to content

Commit 7f54c49

Browse files
Update actions/checkout action to v6
1 parent 70bc864 commit 7f54c49

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/check_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
actions: write
2121
steps:
2222
- name: Checkout Code
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424
env:
2525
TOKEN: ${{ secrets.TOKEN }}
2626
- run: |

.github/workflows/docker-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
uses: docker/setup-buildx-action@v3
7272

7373
- name: Checkout repository
74-
uses: actions/checkout@v4
74+
uses: actions/checkout@v6
7575
with:
7676
ref: ${{ env.RELEASE_VERSION }}
7777

@@ -132,7 +132,7 @@ jobs:
132132
uses: docker/setup-buildx-action@v3
133133

134134
- name: Checkout repository
135-
uses: actions/checkout@v4
135+
uses: actions/checkout@v6
136136
with:
137137
ref: ${{ env.RELEASE_VERSION }}
138138

@@ -188,7 +188,7 @@ jobs:
188188
swap-storage: true
189189

190190
- name: Checkout repository
191-
uses: actions/checkout@v4
191+
uses: actions/checkout@v6
192192
with:
193193
ref: ${{ env.RELEASE_VERSION }}
194194

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
5757

5858
- name: Checkout repository
59-
uses: actions/checkout@v4
59+
uses: actions/checkout@v6
6060
with:
6161
ref: ${{ env.RELEASE_VERSION }}
6262

0 commit comments

Comments
 (0)