From 8760a7d1e8eb6909e85c4e7ce3e4dddc4936f840 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 21:04:57 +0000 Subject: [PATCH] chore(deps): update jaronline/action-assertions digest to 95d6eb1 --- .github/workflows/integ-test-equals.yml | 8 ++++---- .github/workflows/integ-test-not-equals.yml | 8 ++++---- .github/workflows/integ-test-path-exists.yml | 16 ++++++++-------- .github/workflows/integ-test-path-not-exists.yml | 16 ++++++++-------- 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/integ-test-equals.yml b/.github/workflows/integ-test-equals.yml index b2dcffa..6790cee 100644 --- a/.github/workflows/integ-test-equals.yml +++ b/.github/workflows/integ-test-equals.yml @@ -49,7 +49,7 @@ jobs: actual: ${{ matrix.value.actual }} message: Values are not equal - name: Assert step success - uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1 + uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1 with: expected: success actual: ${{ steps.act.outcome }} @@ -86,7 +86,7 @@ jobs: expected: ${{ matrix.value.expected }} actual: ${{ matrix.value.actual }} - name: Assert step success - uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1 + uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1 with: expected: success actual: ${{ steps.act.outcome }} @@ -122,7 +122,7 @@ jobs: actual: ${{ matrix.value.actual }} message: Values are not equal - name: Assert step failure - uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1 + uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1 with: expected: failure actual: ${{ steps.act.outcome }} @@ -157,7 +157,7 @@ jobs: expected: ${{ matrix.value.expected }} actual: ${{ matrix.value.actual }} - name: Assert step failure - uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1 + uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1 with: expected: failure actual: ${{ steps.act.outcome }} diff --git a/.github/workflows/integ-test-not-equals.yml b/.github/workflows/integ-test-not-equals.yml index 337af3f..d414a8f 100644 --- a/.github/workflows/integ-test-not-equals.yml +++ b/.github/workflows/integ-test-not-equals.yml @@ -53,7 +53,7 @@ jobs: actual: ${{ matrix.value.actual }} message: Values are equal - name: Assert step success - uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1 + uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1 with: expected: success actual: ${{ steps.act.outcome }} @@ -94,7 +94,7 @@ jobs: unexpected: ${{ matrix.value.unexpected }} actual: ${{ matrix.value.actual }} - name: Assert step success - uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1 + uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1 with: expected: success actual: ${{ steps.act.outcome }} @@ -132,7 +132,7 @@ jobs: actual: ${{ matrix.value.actual }} message: Values are equal - name: Assert step failure - uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1 + uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1 with: expected: failure actual: ${{ steps.act.outcome }} @@ -169,7 +169,7 @@ jobs: unexpected: ${{ matrix.value.unexpected }} actual: ${{ matrix.value.actual }} - name: Assert step failure - uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1 + uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1 with: expected: failure actual: ${{ steps.act.outcome }} diff --git a/.github/workflows/integ-test-path-exists.yml b/.github/workflows/integ-test-path-exists.yml index 9aa55b3..b2eb1f2 100644 --- a/.github/workflows/integ-test-path-exists.yml +++ b/.github/workflows/integ-test-path-exists.yml @@ -64,7 +64,7 @@ jobs: path: ${{ needs.before-all.outputs.existing-file-path }} message: file not found - name: Assert step success - uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1 + uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1 with: expected: success actual: ${{ steps.act.outcome }} @@ -92,7 +92,7 @@ jobs: with: path: ${{ needs.before-all.outputs.existing-file-path }} - name: Assert step success - uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1 + uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1 with: expected: success actual: ${{ steps.act.outcome }} @@ -117,7 +117,7 @@ jobs: path: non-existent-file message: file not found - name: Assert step failure - uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1 + uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1 with: expected: failure actual: ${{ steps.act.outcome }} @@ -141,7 +141,7 @@ jobs: with: path: non-existent-file - name: Assert step failure - uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1 + uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1 with: expected: failure actual: ${{ steps.act.outcome }} @@ -167,7 +167,7 @@ jobs: match-method: glob message: file not found - name: Assert step success - uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1 + uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1 with: expected: success actual: ${{ steps.act.outcome }} @@ -192,7 +192,7 @@ jobs: path: .github/workflows/*.yml match-method: glob - name: Assert step success - uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1 + uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1 with: expected: success actual: ${{ steps.act.outcome }} @@ -218,7 +218,7 @@ jobs: match-method: glob message: file not found - name: Assert step failure - uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1 + uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1 with: expected: failure actual: ${{ steps.act.outcome }} @@ -243,7 +243,7 @@ jobs: path: non/existent-*.txt match-method: glob - name: Assert step failure - uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1 + uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1 with: expected: failure actual: ${{ steps.act.outcome }} \ No newline at end of file diff --git a/.github/workflows/integ-test-path-not-exists.yml b/.github/workflows/integ-test-path-not-exists.yml index 97a51b4..0c7d4d1 100644 --- a/.github/workflows/integ-test-path-not-exists.yml +++ b/.github/workflows/integ-test-path-not-exists.yml @@ -60,7 +60,7 @@ jobs: path: non-existent-path message: path should not exist - name: Assert step success - uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1 + uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1 with: expected: success actual: ${{ steps.act.outcome }} @@ -84,7 +84,7 @@ jobs: with: path: non-existent-path - name: Assert step success - uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1 + uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1 with: expected: success actual: ${{ steps.act.outcome }} @@ -110,7 +110,7 @@ jobs: match-method: glob message: path should not exist - name: Assert step success - uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1 + uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1 with: expected: success actual: ${{ steps.act.outcome }} @@ -135,7 +135,7 @@ jobs: path: non/existent-*.txt match-method: glob - name: Assert step success - uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1 + uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1 with: expected: success actual: ${{ steps.act.outcome }} @@ -164,7 +164,7 @@ jobs: path: ${{ needs.before-all.outputs.existing-file-path }} message: path should not exist - name: Assert step failure - uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1 + uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1 with: expected: failure actual: ${{ steps.act.outcome }} @@ -192,7 +192,7 @@ jobs: with: path: ${{ needs.before-all.outputs.existing-file-path }} - name: Assert step failure - uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1 + uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1 with: expected: failure actual: ${{ steps.act.outcome }} @@ -218,7 +218,7 @@ jobs: match-method: glob message: path should not exist - name: Assert step failure - uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1 + uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1 with: expected: failure actual: ${{ steps.act.outcome }} @@ -243,7 +243,7 @@ jobs: path: .github/workflows/*.yml match-method: glob - name: Assert step failure - uses: jaronline/action-assertions/assert-equals@2bbd7385b4aa7b2882f4b269addf795832e505fd # v1 + uses: jaronline/action-assertions/assert-equals@95d6eb160cf27b8beab013b5112b4adc971c37a5 # v1 with: expected: failure actual: ${{ steps.act.outcome }}