From 0054980b68e67d57d54f0f3f09353ff932c72b42 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/macrobenchmark.yml b/.github/workflows/macrobenchmark.yml index 27dd763..015aff3 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: | @@ -37,7 +37,7 @@ jobs: working-directory: ./MacrobenchmarkSample steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup JDK id: setup-java