Skip to content

Commit fc85a00

Browse files
committed
Upgrade actions/checkout
1 parent 45c961d commit fc85a00

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838

3939
- name: Checkout Repo ⚡️
40-
uses: actions/checkout@v5
40+
uses: actions/checkout@v6
4141

4242
- name: Set up QEMU
4343
if: ${{ inputs.platforms != 'linux/amd64' }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
target: ["base", "base-with-services", "lab", "full-stack"]
3333

3434
steps:
35-
- uses: actions/checkout@v5
35+
- uses: actions/checkout@v6
3636

3737
- name: Login to GitHub Container Registry 🔑
3838
uses: docker/login-action@v3

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535

3636
- name: Checkout Repo ⚡️
37-
uses: actions/checkout@v5
37+
uses: actions/checkout@v6
3838

3939
- name: Login to GitHub Container Registry 🔑
4040
uses: docker/login-action@v3

0 commit comments

Comments
 (0)