Update actions/checkout action to v3
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
# Bump version on merging Pull Requests with specific labels.
|
||||
# (bump:major,bump:minor,bump:patch)
|
||||
|
||||
Reference in New Issue
Block a user