Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5acf126

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] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent30b086f commit5acf126

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp