Skip to content

Commit

Permalink
Upgrade actions/checkout to 4 version (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent fbe6b1f commit c3acb49
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 @@ -22,7 +22,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: docker/setup-buildx-action@v2
Expand All @@ -49,7 +49,7 @@ jobs:
needs: ["build"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: make npm.install

- uses: actions/download-artifact@v3
Expand Down Expand Up @@ -87,7 +87,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 @@ -158,7 +158,7 @@ jobs:
needs: ["push"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Parse semver versions from Git tag
id: semver
Expand Down

0 comments on commit c3acb49

Please sign in to comment.