Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 3 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 5, 2022
1 parent 17d9b02 commit c0dfc19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/self-test-multistage-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
testenv-tag: ${{ steps.build.outputs.testenv-tag }}
server-tag: ${{ steps.build.outputs.server-tag }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Auth to GH registry
uses: docker/login-action@v1
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
name: Build server image only
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Auth to GH registry
uses: docker/login-action@v1
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
name: Override context
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Auth to GH registry
uses: docker/login-action@v1
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
name: Override context and file
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Auth to GH registry
uses: docker/login-action@v1
Expand Down

0 comments on commit c0dfc19

Please sign in to comment.