From 51ec58657e4b3b6c79e5178f0cef803f74e380f1 Mon Sep 17 00:00:00 2001 From: Ben Weiss Date: Wed, 11 Sep 2024 17:40:47 +0200 Subject: [PATCH] Upgrade deprecated actions --- .github/workflows/macrobenchmark.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macrobenchmark.yml b/.github/workflows/macrobenchmark.yml index 27dd763..03d09ba 100644 --- a/.github/workflows/macrobenchmark.yml +++ b/.github/workflows/macrobenchmark.yml @@ -19,8 +19,8 @@ jobs: macrobenchmark: ${{ steps.filter.outputs.macrobenchmark }} steps: - name: Checkout - uses: actions/checkout@v3 - - uses: dorny/paths-filter@v2 + uses: actions/checkout@v4 + - uses: dorny/paths-filter@v3 id: filter with: filters: |