We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c6e757 commit 5bdcb00Copy full SHA for 5bdcb00
.github/workflows/_build.yml
@@ -50,7 +50,7 @@ jobs:
50
echo "✅ Valid tag: $TAG"
51
52
- name: Checkout
53
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
54
with:
55
ref: ${{ inputs.ref || github.event.repository.default_branch }}
56
persist-credentials: false
.github/workflows/build-and-test.yml
@@ -32,7 +32,7 @@ jobs:
32
RUSTC_WRAPPER: "sccache"
33
34
steps:
35
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
36
37
38
- name: Install Rust
0 commit comments