Update CI actions to alleviate deprecation warnings (#5321)

* Update and pin all actions to a modern release
This commit is contained in:
antondlr
2024-03-07 13:32:24 +01:00
committed by GitHub
parent 85c3204d70
commit 8cd2b1ca87
6 changed files with 40 additions and 38 deletions

View File

@@ -20,7 +20,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run mdbook server
run: |