We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
actions/checkout
1 parent fb7842e commit e907d1cCopy full SHA for e907d1c
.github/workflows/main.yml
@@ -41,7 +41,7 @@ jobs:
41
rustc -Vv
42
cargo -V
43
44
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
45
46
- name: Build
47
run: ./bin/build
@@ -70,7 +70,7 @@ jobs:
70
71
72
73
74
75
76
.github/workflows/shell.yml
@@ -16,7 +16,7 @@ jobs:
16
build:
17
runs-on: ${{ github.event.inputs.platform }}
18
steps:
19
20
with:
21
ref: ${{ github.event.inputs.revision }}
22
- uses: mxschmitt/action-tmate@v3
0 commit comments