Skip to content

Commit

Permalink
Merge pull request #2 from xmlking/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-3

build(deps): bump actions/checkout from 2 to 3
  • Loading branch information
xmlking committed Aug 28, 2023
2 parents 1b86025 + b977ee6 commit 7aec3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: SemVer release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{secrets.RELEASE_TOKEN}}
Expand Down

0 comments on commit 7aec3be

Please sign in to comment.