Skip to content

Commit 6bd5281

Browse files
chore(deps): update actions/checkout action to v5
1 parent 8c66cc9 commit 6bd5281

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-images.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout code
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727

2828
- name: Log in to GitHub Container Registry
2929
run: echo "${{ env.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
@@ -76,7 +76,7 @@ jobs:
7676

7777
steps:
7878
- name: Checkout code
79-
uses: actions/checkout@v4
79+
uses: actions/checkout@v5
8080

8181
- name: Log in to GitHub Container Registry
8282
run: echo "${{ env.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
@@ -129,7 +129,7 @@ jobs:
129129

130130
steps:
131131
- name: Checkout code
132-
uses: actions/checkout@v4
132+
uses: actions/checkout@v5
133133

134134
- name: Log in to GitHub Container Registry
135135
run: echo "${{ env.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
@@ -182,7 +182,7 @@ jobs:
182182

183183
steps:
184184
- name: Checkout code
185-
uses: actions/checkout@v4
185+
uses: actions/checkout@v5
186186

187187
- name: Log in to GitHub Container Registry
188188
run: echo "${{ env.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
@@ -235,7 +235,7 @@ jobs:
235235

236236
steps:
237237
- name: Checkout code
238-
uses: actions/checkout@v4
238+
uses: actions/checkout@v5
239239

240240
- name: Log in to GitHub Container Registry
241241
run: echo "${{ env.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
@@ -288,7 +288,7 @@ jobs:
288288

289289
steps:
290290
- name: Checkout code
291-
uses: actions/checkout@v4
291+
uses: actions/checkout@v5
292292

293293
- name: Log in to GitHub Container Registry
294294
run: echo "${{ env.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

0 commit comments

Comments
 (0)