aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/doc.yml
diff options
context:
space:
mode:
authorDirk Stolle <[email protected]>2023-05-08 23:28:01 +0200
committerDirk Stolle <[email protected]>2023-05-08 23:28:01 +0200
commit5df263db38c593ca6946a854c4b53e6224285332 (patch)
treef397d9357ca9ff11efe6497895e4df91ba619e3d /.github/workflows/doc.yml
parentd0703f83dbe0099c3dca0c912d873365a2188018 (diff)
Update GitHub Actions CI
The following updates are performed: * update actions/cache to v3 * update actions/checkout to v3
Diffstat (limited to '.github/workflows/doc.yml')
-rw-r--r--.github/workflows/doc.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml
index 411b7589f..b4e225e64 100644
--- a/.github/workflows/doc.yml
+++ b/.github/workflows/doc.yml
@@ -29,7 +29,7 @@ jobs:
29 concurrency: doc-${{ matrix.crates }} 29 concurrency: doc-${{ matrix.crates }}
30 30
31 steps: 31 steps:
32 - uses: actions/checkout@v2 32 - uses: actions/checkout@v3
33 with: 33 with:
34 submodules: true 34 submodules: true
35 - name: Install Rust targets 35 - name: Install Rust targets