We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81d2974 + 8c246f5 commit 1923776Copy full SHA for 1923776
1 file changed
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
17
steps:
18
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
19
with:
20
persist-credentials: false
21
- name: Install dependencies
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
37
@@ -48,7 +48,7 @@ jobs:
48
dnf install -y
49
clang
50
make
51
52
53
54
- uses: dtolnay/rust-toolchain@master
0 commit comments