Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
.github/workflows: Update actions/checkout to v4
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Reichl <thetredev@gmail.com>
  • Loading branch information
thetredev committed Sep 12, 2023
1 parent e7fc3f3 commit 0d5df7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/base-csgo-image-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
permissions: write-all
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Compare base-csgo image platform and tag
id: compare-base-csgo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/base-legacy-image-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
permissions: write-all
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Compare base-legacy image platform and tag
id: compare-base-legacy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-push-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
if: ${{ inputs.push || inputs.tag }}

- name: Build all images
Expand Down

0 comments on commit 0d5df7f

Please sign in to comment.