summary refs log tree commit diff stats
path: root/.github/workflows/ci_bench.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci_bench.yml')
-rw-r--r--.github/workflows/ci_bench.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci_bench.yml b/.github/workflows/ci_bench.yml
index 68f000722..535b52355 100644
--- a/.github/workflows/ci_bench.yml
+++ b/.github/workflows/ci_bench.yml
@@ -17,7 +17,7 @@ jobs:
     timeout-minutes: 60 # refs bug #18178
     steps:
       - name: 'Checkout'
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           fetch-depth: 2
 
@@ -60,7 +60,7 @@ jobs:
         run: nim c -r -d:release ci/action.nim
 
       - name: 'Checkout minimize'
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           repository: 'nim-lang/ci_bench'
           path: minimize