mirror of
https://github.com/actions/checkout.git
synced 2025-05-06 08:20:02 +00:00
update action workflows to use checkout@v4
This commit is contained in:
parent
b32f140b0c
commit
c9ef525560
5 changed files with 13 additions and 13 deletions
2
.github/workflows/check-dist.yml
vendored
2
.github/workflows/check-dist.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set Node.js 20.x
|
||||
uses: actions/setup-node@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue