Merge pull request #271 from mosfet80/patch-3
Update `actions/checkout` to v3 in self-tests
This commit is contained in:
commit
f7600683ef
|
@ -42,7 +42,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the action locally
|
- name: Check out the action locally
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: test
|
path: test
|
||||||
- name: Install the packaging-related tools
|
- name: Install the packaging-related tools
|
||||||
|
|
Loading…
Reference in New Issue