Skip to content

Commit

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

Bump actions/checkout from 2 to 3
  • Loading branch information
jaqx0r authored Sep 21, 2022
2 parents 08146e5 + 51cfef2 commit 5501586
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 @@ -16,7 +16,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: softprops/action-gh-release@v1
# Only execute on a tag
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 5501586

Please sign in to comment.