about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/.github/workflows/fuzz.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/rust-analyzer/.github/workflows/fuzz.yml')
-rw-r--r--src/tools/rust-analyzer/.github/workflows/fuzz.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/.github/workflows/fuzz.yml b/src/tools/rust-analyzer/.github/workflows/fuzz.yml
index 5af8aa1f77a..f88c7f95d5c 100644
--- a/src/tools/rust-analyzer/.github/workflows/fuzz.yml
+++ b/src/tools/rust-analyzer/.github/workflows/fuzz.yml
@@ -27,7 +27,7 @@ jobs:
 
     steps:
       - name: Checkout repository
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           ref: ${{ github.event.pull_request.head.sha }}
           fetch-depth: 1