Skip to content

Commit 82c152b

Browse files
authored
Merge pull request #591 from validatedpatterns/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 4408ca4 + 1c494c8 commit 82c152b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
deploy:
1111
runs-on: ubuntu-22.04
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
with:
1515
submodules: true # Fetch Hugo themes (true OR recursive)
1616
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

.github/workflows/htmltest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Htmltest
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111
with:
1212
submodules: true # Fetch Hugo themes (true OR recursive)
1313
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

.github/workflows/metadata-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
steps:
5454
- name: Checkout pattern repository
55-
uses: actions/checkout@v4
55+
uses: actions/checkout@v5
5656
with:
5757
path: ${{ env.PATTERN_DIR }}
5858

@@ -75,7 +75,7 @@ jobs:
7575
working-directory: ${{ env.PATTERN_DIR }}
7676

7777
- name: Checkout docs repository
78-
uses: actions/checkout@v4
78+
uses: actions/checkout@v5
7979
with:
8080
path: ${{ env.DOCS_DIR }}
8181
repository: ${{ env.DOCS_REPO }}

.github/workflows/superlinter.yml

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

1313
steps:
1414
- name: Checkout Code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
with:
1717
# Full git history is needed to get a proper list of changed files within `super-linter`
1818
fetch-depth: 0

0 commit comments

Comments
 (0)