Skip to content

Commit

Permalink
update actions/checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
theganyo committed Apr 14, 2023
1 parent 34dcf30 commit 8f34c08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: ./.github/workflows/composite/build-push
with:
registry: ${{ env.REGISTRY }}
Expand All @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: ./.github/workflows/composite/build-push
with:
registry: ${{ env.REGISTRY }}
Expand All @@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: ./.github/workflows/composite/build-push
with:
registry: ${{ env.REGISTRY }}
Expand Down

0 comments on commit 8f34c08

Please sign in to comment.