From 01840543978efae9380e40c8898f7538bb44576f Mon Sep 17 00:00:00 2001 From: Dinu Blanovschi Date: Tue, 6 Feb 2024 14:52:47 +0100 Subject: [PATCH] fix: update action --- .github/workflows/rerun-dirty-tests-index.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rerun-dirty-tests-index.yaml b/.github/workflows/rerun-dirty-tests-index.yaml index 4d3b79a..9206a20 100644 --- a/.github/workflows/rerun-dirty-tests-index.yaml +++ b/.github/workflows/rerun-dirty-tests-index.yaml @@ -20,7 +20,7 @@ jobs: - name: Print old commit run: echo ${{ github.env.OLD_COMMIT }} - - uses: dnbln/cargo-difftests-rerun-dirty-action@2619b6ff4cc3aee7a7d9812dca49022a3eeb17af + - uses: dnbln/cargo-difftests-rerun-dirty-action@6e3a3eee583379e1977d9b487ef8d0ade87d8b3d with: commit-to-diff-with: ${{ github.env.OLD_COMMIT }} index-root: sample/cargo-difftests-sample-project/index_root