Skip to content

Commit

Permalink
Upgrade actions/checkout to 4 version (#4)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 4, 2023
1 parent 2dbee4b commit 01a08a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- s390x
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0 # for correct image labeling via `git describe --tags`
- uses: docker/setup-qemu-action@v2
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- s390x
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v2
- run: make npm.install

Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
&& secrets.DOCKERHUB_BOT_USER == ''))
) }}" >> $GITHUB_OUTPUT

- uses: actions/checkout@v3
- uses: actions/checkout@v4
if: ${{ steps.skip.outputs.no == 'true' }}

- name: Parse Docker image name from Git repository name
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
needs: ["push"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Parse version from Git tag
id: version
Expand Down

0 comments on commit 01a08a4

Please sign in to comment.