mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-22 21:22:33 +08:00
Update actions/checkout action to v4
This commit is contained in:
parent
c65e9736b4
commit
a5cc19dbf6
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -29,7 +29,7 @@ jobs:
|
|||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: ${{ matrix.npm-client }} install
|
run: ${{ matrix.npm-client }} install
|
||||||
|
2
.github/workflows/image.yml
vendored
2
.github/workflows/image.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: ${{ matrix.npm-client }} install
|
run: ${{ matrix.npm-client }} install
|
||||||
|
Loading…
Reference in New Issue
Block a user