Skip to content

Commit

Permalink
Merge pull request #85 from ShotaroMatsuya/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v4
  • Loading branch information
ShotaroMatsuya authored Sep 11, 2023
2 parents 8591339 + ea1f376 commit 4e4184e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-to-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
sync-branch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- run: git describe --abbrev=0 --tags > /tmp/version

- run: git checkout -b release
Expand Down

0 comments on commit 4e4184e

Please sign in to comment.