Skip to content

Commit

Permalink
Update actions/checkout action to v4 (#105)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent 87c84dc commit 2a0a97c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Check gh cli
run: gh --version
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup node.js
uses: actions/setup-node@v3
with:
Expand All @@ -41,7 +41,7 @@ jobs:
if: needs.get_version.outputs.version
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ needs.get_version.outputs.branch }}
- name: Update version in action.yml
Expand Down

0 comments on commit 2a0a97c

Please sign in to comment.