build(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
4
.github/workflows/package-version.yml
vendored
4
.github/workflows/package-version.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
if: ${{ github.event.label.name == 'release minor' }}
|
||||
steps:
|
||||
- name: check out repository code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
- name: git config
|
||||
@@ -31,7 +31,7 @@ jobs:
|
||||
if: ${{ github.event.label.name == 'release patch' }}
|
||||
steps:
|
||||
- name: check out repository code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
- name: git config
|
||||
|
||||
Reference in New Issue
Block a user