about summary refs log tree commit diff
path: root/.github/workflows/clippy_dev.yml
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2023-12-26 18:43:16 -0500
committerBruce Mitchener <bruce.mitchener@gmail.com>2023-12-26 18:43:16 -0500
commit4c64d7cea2377a0ee00c021f65f5754db6ef63c0 (patch)
tree38864344bc7698623a2c7d054c74353865f8cbff /.github/workflows/clippy_dev.yml
parentcda17014fabacb515a968c5247038c6c325e5be7 (diff)
ci: Update to `actions/checkout@v4` from `v3`.
This also updates the book's section on CI for the same thing.

changelog: none
Diffstat (limited to '.github/workflows/clippy_dev.yml')
-rw-r--r--.github/workflows/clippy_dev.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/clippy_dev.yml b/.github/workflows/clippy_dev.yml
index 0f0e3f2db92..37f18a4c087 100644
--- a/.github/workflows/clippy_dev.yml
+++ b/.github/workflows/clippy_dev.yml
@@ -24,7 +24,7 @@ jobs:
     steps:
     # Setup
     - name: Checkout
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
 
     # Run
     - name: Build