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

Commit45590a8

Browse files
dependabot[bot]DavidAnson
authored andcommitted
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.- [Release notes](https://github.com/actions/checkout/releases)- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)- [Commits](actions/checkout@v3...v4)---updated-dependencies:- dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
1 parentb5a7970 commit45590a8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

‎.github/workflows/checkers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
linkcheck:
1313
runs-on:ubuntu-latest
1414
steps:
15-
-uses:actions/checkout@v3
15+
-uses:actions/checkout@v4
1616
-uses:JustinBeckwith/linkinator-action@v1.10.4
1717
with:
1818
linksToSkip:'^https://github.com/.*/search\?q= ^https://opensource.org/'
@@ -22,7 +22,7 @@ jobs:
2222
spellcheck:
2323
runs-on:ubuntu-latest
2424
steps:
25-
-uses:actions/checkout@v3
25+
-uses:actions/checkout@v4
2626
-uses:tbroadley/spellchecker-cli-action@v1
2727
with:
2828
dictionaries:'.github/dictionary.txt'

‎.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
node-version:[ 16, 18, 20 ]
2222

2323
steps:
24-
-uses:actions/checkout@v3
24+
-uses:actions/checkout@v4
2525
-name:Use Node.js ${{ matrix.node-version }}
2626
uses:actions/setup-node@v3
2727
with:

‎.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
-name:Checkout repository
24-
uses:actions/checkout@v3
24+
uses:actions/checkout@v4
2525

2626
-name:Initialize CodeQL
2727
uses:github/codeql-action/init@v2

‎.github/workflows/test-repos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node-version:[ latest ]
1919

2020
steps:
21-
-uses:actions/checkout@v3
21+
-uses:actions/checkout@v4
2222
-name:Use Node.js ${{ matrix.node-version }}
2323
uses:actions/setup-node@v3
2424
with:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp