Skip to content

Commit

Permalink
Bump andstor/file-existence-action from 2.0.0 to 3.0.0 (#124)
Browse files Browse the repository at this point in the history
Bumps [andstor/file-existence-action](https://github.com/andstor/file-existence-action) from 2.0.0 to 3.0.0.
- [Release notes](https://github.com/andstor/file-existence-action/releases)
- [Commits](andstor/file-existence-action@v2.0.0...v3.0.0)

---
updated-dependencies:
- dependency-name: andstor/file-existence-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 97f794d commit 58d5e65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: Get-ChildItem issues/
- name: "Check file existence Windows"
id: check_files
uses: andstor/file-existence-action@v2.0.0
uses: andstor/file-existence-action@v3.0.0
with:
files: "issues/hello-world-issue-1.pdf, issues/hello-world-issue-2.pdf, issues/hello-world-issue-${{ env.ISSUE_MINUS_SIX }}.pdf, issues/hello-world-issue-${{ env.ISSUE_MINUS_FIVE }}.pdf, issues/hello-world-issue-${{ env.ISSUE_MINUS_ONE }}.pdf, issues/hello-world-issue-${{ env.ISSUE_NUMBER }}.pdf"
allow_failure: false
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
run: ls -lah issues/
- name: "Check file existence Linux"
id: check_files
uses: andstor/file-existence-action@v2.0.0
uses: andstor/file-existence-action@v3.0.0
with:
files: "issues/HelloWorld_1.pdf, issues/HelloWorld_2.pdf, issues/HelloWorld_${{ env.ISSUE_MINUS_ONE }}.pdf, issues/HelloWorld_${{ env.ISSUE_NUMBER }}.pdf"
# that should be the normal one, but #13 and #14 are named wrong: HW_13_Digital_Edition_V3.pdf + HelloWorld_14_digital.pdf
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
run: ls -lah issues/
- name: "Check file existence Mac"
id: check_files
uses: andstor/file-existence-action@v2.0.0
uses: andstor/file-existence-action@v3.0.0
with:
files: "issues/HelloWorld_1.pdf, issues/HelloWorld_2.pdf, issues/HelloWorld_${{ env.ISSUE_MINUS_ONE }}.pdf, issues/HelloWorld_${{ env.ISSUE_NUMBER }}.pdf"
# that should be the normal one, but #13 and #14 are named wrong: HW_13_Digital_Edition_V3.pdf + HelloWorld_14_digital.pdf
Expand Down

0 comments on commit 58d5e65

Please sign in to comment.