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
/ariaPublic

Commit855765c

Browse files
chore: dependabot: bump actions/checkout from 5 to 6 (#2678)
Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parentfe9c0d9 commit855765c

File tree

14 files changed

+23
-23
lines changed

14 files changed

+23
-23
lines changed

‎.github/workflows/accname.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on:ubuntu-latest
2525
steps:
2626
-name:Checkout monorepo
27-
uses:actions/checkout@v5
27+
uses:actions/checkout@v6
2828
with:
2929
ref:main
3030
path:aria
@@ -47,7 +47,7 @@ jobs:
4747
specStatus: WD
4848
ARTIFACT_NAME:accname
4949
-name:Checkout accname repo
50-
uses:actions/checkout@v5
50+
uses:actions/checkout@v6
5151
with:
5252
repository:w3c/accname
5353
ref:gh-pages

‎.github/workflows/aria.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
permissions:
1414
contents:write
1515
steps:
16-
-uses:actions/checkout@v5
16+
-uses:actions/checkout@v6
1717
-uses:w3c/spec-prod@v2
1818
with:
1919
GH_PAGES_BRANCH:gh-pages

‎.github/workflows/core-aam.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on:ubuntu-latest
2626
steps:
2727
-name:Checkout monorepo
28-
uses:actions/checkout@v5
28+
uses:actions/checkout@v6
2929
with:
3030
ref:main
3131
path:aria
@@ -48,7 +48,7 @@ jobs:
4848
specStatus: CRD
4949
ARTIFACT_NAME:core-aam
5050
-name:Checkout core-aam repo
51-
uses:actions/checkout@v5
51+
uses:actions/checkout@v6
5252
with:
5353
repository:w3c/core-aam
5454
ref:gh-pages

‎.github/workflows/dpub-aam.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on:ubuntu-latest
2525
steps:
2626
-name:Checkout monorepo
27-
uses:actions/checkout@v5
27+
uses:actions/checkout@v6
2828
with:
2929
ref:main
3030
path:aria
@@ -48,7 +48,7 @@ jobs:
4848
shortName: dpub-aam-1.2
4949
ARTIFACT_NAME:dpub-aam
5050
-name:Checkout dpub-aam repo
51-
uses:actions/checkout@v5
51+
uses:actions/checkout@v6
5252
with:
5353
repository:w3c/dpub-aam
5454
ref:gh-pages

‎.github/workflows/dpub-aria.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on:ubuntu-latest
2525
steps:
2626
-name:Checkout monorepo
27-
uses:actions/checkout@v5
27+
uses:actions/checkout@v6
2828
with:
2929
ref:main
3030
path:aria
@@ -48,7 +48,7 @@ jobs:
4848
shortName: dpub-aria-1.2
4949
ARTIFACT_NAME:dpub-aria
5050
-name:Checkout dpub-aria repo
51-
uses:actions/checkout@v5
51+
uses:actions/checkout@v6
5252
with:
5353
repository:w3c/dpub-aria
5454
ref:gh-pages

‎.github/workflows/graphics-aam.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on:ubuntu-latest
2525
steps:
2626
-name:Checkout monorepo
27-
uses:actions/checkout@v5
27+
uses:actions/checkout@v6
2828
with:
2929
ref:main
3030
path:aria
@@ -38,7 +38,7 @@ jobs:
3838
DESTINATION:aria/graphics-aam/index.html
3939
ARTIFACT_NAME:graphics-aam
4040
-name:Checkout graphics-aam repo
41-
uses:actions/checkout@v5
41+
uses:actions/checkout@v6
4242
with:
4343
repository:w3c/graphics-aam
4444
ref:gh-pages

‎.github/workflows/html-amm.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on:ubuntu-latest
2525
steps:
2626
-name:Checkout monorepo
27-
uses:actions/checkout@v5
27+
uses:actions/checkout@v6
2828
with:
2929
ref:main
3030
path:aria
@@ -48,7 +48,7 @@ jobs:
4848
specStatus: WD
4949
ARTIFACT_NAME:html-aam
5050
-name:Checkout html-aam repo
51-
uses:actions/checkout@v5
51+
uses:actions/checkout@v6
5252
with:
5353
repository:w3c/html-aam
5454
ref:gh-pages

‎.github/workflows/labeler.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
pull-requests:write
1010
runs-on:ubuntu-latest
1111
steps:
12-
-uses:actions/checkout@v5# Uploads repository content to the runner
12+
-uses:actions/checkout@v6# Uploads repository content to the runner
1313
-uses:actions/labeler@v6
1414
with:
1515
sync-labels:true

‎.github/workflows/mathml-aam.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on:ubuntu-latest
2525
steps:
2626
-name:Checkout monorepo
27-
uses:actions/checkout@v5
27+
uses:actions/checkout@v6
2828
with:
2929
ref:main
3030
path:aria
@@ -38,7 +38,7 @@ jobs:
3838
DESTINATION:aria/mathml-aam/index.html
3939
ARTIFACT_NAME:mathml-aam
4040
-name:Checkout mathml-aam repo
41-
uses:actions/checkout@v5
41+
uses:actions/checkout@v6
4242
with:
4343
repository:w3c/mathml-aam
4444
ref:gh-pages

‎.github/workflows/pdf-aam.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on:ubuntu-latest
2525
steps:
2626
-name:Checkout monorepo
27-
uses:actions/checkout@v5
27+
uses:actions/checkout@v6
2828
with:
2929
ref:main
3030
path:aria
@@ -47,7 +47,7 @@ jobs:
4747
# specStatus: WD
4848
ARTIFACT_NAME:pdf-aam
4949
-name:Checkout pdf-aam repo
50-
uses:actions/checkout@v5
50+
uses:actions/checkout@v6
5151
with:
5252
repository:w3c/pdf-aam
5353
ref:gh-pages

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp