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

Commitc2b7aa8

Browse files
authored
Merge pull request#207 from maxmind/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents04f995b +1ada406 commitc2b7aa8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

‎.github/workflows/clang-addresssanitizer.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
-name:Checkout
2222
# We use v1 due to https://github.com/actions/checkout/issues/334
23-
uses:actions/checkout@v4
23+
uses:actions/checkout@v5
2424
with:
2525
submodules:true
2626
persist-credentials:false

‎.github/workflows/clang-analyzer.yml‎

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

2222
-name:Checkout
2323
# We use v1 due to https://github.com/actions/checkout/issues/334
24-
uses:actions/checkout@v4
24+
uses:actions/checkout@v5
2525
with:
2626
submodules:true
2727
persist-credentials:false

‎.github/workflows/lint.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
php-version:8.3
2020

2121
-name:Checkout
22-
uses:actions/checkout@v4
22+
uses:actions/checkout@v5
2323
with:
2424
persist-credentials:false
2525

‎.github/workflows/test.yml‎

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

3535
-name:Checkout
3636
# We use v1 due to https://github.com/actions/checkout/issues/334
37-
uses:actions/checkout@v4
37+
uses:actions/checkout@v5
3838
with:
3939
submodules:true
4040
persist-credentials:false

‎.github/workflows/zizmor.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
actions:read
1818
steps:
1919
-name:Checkout repository
20-
uses:actions/checkout@v4
20+
uses:actions/checkout@v5
2121
with:
2222
persist-credentials:false
2323

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp