Skip to content

Commit e907d1c

Browse files
committed
ci(github-actions): Update actions/checkout
1 parent fb7842e commit e907d1c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
rustc -Vv
4242
cargo -V
4343
44-
- uses: actions/checkout@v2
44+
- uses: actions/checkout@v4
4545

4646
- name: Build
4747
run: ./bin/build
@@ -70,7 +70,7 @@ jobs:
7070
rustc -Vv
7171
cargo -V
7272
73-
- uses: actions/checkout@v2
73+
- uses: actions/checkout@v4
7474

7575
- name: Build
7676
run: ./bin/build

.github/workflows/shell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
runs-on: ${{ github.event.inputs.platform }}
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4
2020
with:
2121
ref: ${{ github.event.inputs.revision }}
2222
- uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)