From 9766ea2991586f6ad3ea58bf5a021af4f653c27a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 22:56:48 +0000 Subject: [PATCH] Bump andstor/file-existence-action from 2 to 3 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](https://github.com/andstor/file-existence-action/compare/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] --- .github/workflows/1-initialize-javascript-project.yml | 2 +- .github/workflows/2-configure-your-action.yml | 2 +- .github/workflows/4-create-javascript-files-for-action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/1-initialize-javascript-project.yml b/.github/workflows/1-initialize-javascript-project.yml index 6f41d7b..efee808 100644 --- a/.github/workflows/1-initialize-javascript-project.yml +++ b/.github/workflows/1-initialize-javascript-project.yml @@ -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" diff --git a/.github/workflows/2-configure-your-action.yml b/.github/workflows/2-configure-your-action.yml index 88f4133..fcee4af 100644 --- a/.github/workflows/2-configure-your-action.yml +++ b/.github/workflows/2-configure-your-action.yml @@ -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" diff --git a/.github/workflows/4-create-javascript-files-for-action.yml b/.github/workflows/4-create-javascript-files-for-action.yml index 8f59893..b417020 100644 --- a/.github/workflows/4-create-javascript-files-for-action.yml +++ b/.github/workflows/4-create-javascript-files-for-action.yml @@ -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"