diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index feb7e57..431f939 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - name: Check if versions bumped id: versions-bumped - uses: tj-actions/changed-files@v36.3.0 + uses: tj-actions/changed-files@v41.0.0 with: files: | cljest/build.edn diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 29a0860..fa11fe2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -94,7 +94,7 @@ jobs: - uses: actions/checkout@v3 - name: Check if versions bumped id: versions-bumped - uses: tj-actions/changed-files@v36.3.0 + uses: tj-actions/changed-files@v41.0.0 with: files: | cljest/build.edn