chore(deps): update actions/checkout action to v4

This commit is contained in:
renovate[bot]
2023-09-06 15:25:34 +00:00
committed by GitHub
parent 91fc1b3b76
commit 459eb524ed
5 changed files with 13 additions and 13 deletions

View File

@@ -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