We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef468ed commit 547cc35Copy full SHA for 547cc35
.github/workflows/docs.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
14
15
- uses: purcell/setup-emacs@master
16
with:
.github/workflows/test.yml
@@ -62,7 +62,7 @@ jobs:
62
wget https://github.com/rust-analyzer/rust-analyzer/releases/download/$RUST_ANALYZER_VERSION/rust-analyzer-linux -O $HOME/bin/rust-analyzer
63
chmod +x $HOME/bin/rust-analyzer
64
65
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
66
67
- name: Run tests
68
run: 'make ci'
0 commit comments