Skip to content

Commit 5acf126

Browse files
Bump andstor/file-existence-action from 2 to 3 (#36)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 30b086f commit 5acf126

3 files changed

+3
-3
lines changed

.github/workflows/1-initialize-javascript-project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# Check if NPM package.json exists in the expected location.
6161
- name: Check file existence
6262
id: check_files
63-
uses: andstor/file-existence-action@v2
63+
uses: andstor/file-existence-action@v3
6464
with:
6565
files: ".github/actions/joke-action/package.json"
6666

.github/workflows/2-configure-your-action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# Check if NPM package.json exists in the expected location.
6161
- name: Check file existence
6262
id: check_files
63-
uses: andstor/file-existence-action@v2
63+
uses: andstor/file-existence-action@v3
6464
with:
6565
files: ".github/actions/joke-action/action.yml"
6666

.github/workflows/4-create-javascript-files-for-action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# Check if action JavaScript exists in the expected location.
6060
- name: Check file existence
6161
id: check_files
62-
uses: andstor/file-existence-action@v2
62+
uses: andstor/file-existence-action@v3
6363
with:
6464
files: ".github/actions/joke-action/joke.js, .github/actions/joke-action/main.js"
6565

0 commit comments

Comments
 (0)