Skip to content

Commit

Permalink
Bump andstor/file-existence-action from 2 to 3 (#36)
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 to 3.
- [Release notes](https://github.com/andstor/file-existence-action/releases)
- [Commits](andstor/file-existence-action@v2...v3)

---
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] committed Feb 5, 2024
1 parent 30b086f commit 5acf126
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/1-initialize-javascript-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# Check if NPM package.json exists in the expected location.
- name: Check file existence
id: check_files
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: ".github/actions/joke-action/package.json"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/2-configure-your-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# Check if NPM package.json exists in the expected location.
- name: Check file existence
id: check_files
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: ".github/actions/joke-action/action.yml"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/4-create-javascript-files-for-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# Check if action JavaScript exists in the expected location.
- name: Check file existence
id: check_files
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: ".github/actions/joke-action/joke.js, .github/actions/joke-action/main.js"

Expand Down

0 comments on commit 5acf126

Please sign in to comment.