about summary refs log tree commit diff
path: root/.github/workflows/clippy_dev.yml
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2022-04-29 19:28:03 -0700
committerDavid Tolnay <dtolnay@gmail.com>2022-04-29 19:32:24 -0700
commit8ef4b8d248ba55c52eb6ddc1b8631de98b64564e (patch)
tree24a3105cd93ca18a14031fd852a5fde6e1cebed0 /.github/workflows/clippy_dev.yml
parentd5c62fd399e39bdabde6be5ee198a128457a2e98 (diff)
Update GitHub Actions actions/checkout@v2 to v3
The v2 implementation uses Node 12, which is end-of-life on April 30, 2022.
See https://nodejs.org/en/about/releases/. Update to v3, which is based on
Node 16 whose support lasts until April 30, 2024.
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 5dfab1d2ebc..22051093c9c 100644
--- a/.github/workflows/clippy_dev.yml
+++ b/.github/workflows/clippy_dev.yml
@@ -23,7 +23,7 @@ jobs:
     steps:
     # Setup
     - name: Checkout
-      uses: actions/checkout@v2.3.3
+      uses: actions/checkout@v3.0.2
 
     # Run
     - name: Build