chore(deps): update actions/checkout action to v4
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
if: github.event.action != 'labeled'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
# Bump version on merging Pull Requests with specific labels.
|
||||
# (bump:major,bump:minor,bump:patch)
|
||||
@@ -50,6 +50,6 @@ jobs:
|
||||
if: github.event.action == 'labeled'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Post bumpr status comment
|
||||
uses: haya14busa/action-bumpr@v1
|
||||
|
||||
Reference in New Issue
Block a user