Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 20, 2023
1 parent d5412bb commit ccbc27f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/permission-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
outputs:
release_tag: ${{ steps.release_tag.outputs.release_tag }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: release_tag
run: |
release_tag="v-${GITHUB_SHA}"
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: echo "hoge" > attachment.txt
- name: Upload executables
env:
Expand Down

0 comments on commit ccbc27f

Please sign in to comment.