Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 18, 2023
1 parent 1632169 commit a95a3f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/git-branch-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.CURRENT_BRANCH_NAME }}

Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
CI_COMMIT_AUTHOR: ${{ github.workflow }}
steps:
- name: Checkout artifacts branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: artifacts

Expand Down

0 comments on commit a95a3f7

Please sign in to comment.