diff options
| author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2023-12-26 18:43:16 -0500 |
|---|---|---|
| committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2023-12-26 18:43:16 -0500 |
| commit | 4c64d7cea2377a0ee00c021f65f5754db6ef63c0 (patch) | |
| tree | 38864344bc7698623a2c7d054c74353865f8cbff /.github/workflows/clippy_dev.yml | |
| parent | cda17014fabacb515a968c5247038c6c325e5be7 (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.yml | 2 |
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 |
