Merge pull request #727 from major/renovate/actions-checkout-4.x
Update actions/checkout action to v4
This commit is contained in:
commit
835a181232
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish_release.yml
vendored
2
.github/workflows/publish_release.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
- name: Create release
|
||||
id: create_release
|
||||
uses: actions/create-release@v1
|
||||
|
|
Loading…
Reference in a new issue