diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 608033e4..44d60672 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - name: Test changed files id: changed-files - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 with: files: | src/riscv.c diff --git a/.github/workflows/deploy-wasm.yml b/.github/workflows/deploy-wasm.yml index 5ecab32d..35524b53 100644 --- a/.github/workflows/deploy-wasm.yml +++ b/.github/workflows/deploy-wasm.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: Verify if the JS or HTML or ELF executable files has been modified id: changed-files - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 with: files: | assets/html/index.html diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9fbb2676..b628c262 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4 - name: Test changed files id: changed-files - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 with: files: | .ci/**