Skip to content

Commit

Permalink
Upgrade release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vokomarov committed May 8, 2023
1 parent 9ff0147 commit 8b1c71f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- name: Checkout repository
if: github.event_name != 'pull_request'
uses: actions/checkout@v2
uses: actions/checkout@v3

# Login against a Docker registry except on PR
# https://github.com/docker/login-action
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:

steps:
- name: Checkout infra repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: ${{ env.INFRA_REPO }}
ref: ${{ env.INFRA_REPO_REF }}
Expand Down

0 comments on commit 8b1c71f

Please sign in to comment.