Skip to content

Commit be476d1

Browse files
Update actions/checkout action to v4 (#783)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b6b8aa6 commit be476d1

8 files changed

+8
-8
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
create-release:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3.6.0
15+
- uses: actions/checkout@v4.0.0
1616
- uses: dev-hato/[email protected]
1717
with:
1818
github-token: ${{secrets.GITHUB_TOKEN}}

.github/workflows/format-json-yml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
format-json-yml:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v3.6.0
20+
- uses: actions/checkout@v4.0.0
2121
if: github.event_name != 'pull_request' || github.event.action != 'closed'
2222
with:
2323
fetch-depth: 0

.github/workflows/github-actions-cache-cleaner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
github-actions-cache-cleaner:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v3.6.0
19+
- uses: actions/checkout@v4.0.0
2020
- uses: ./
2121
with:
2222
github-token: ${{secrets.GITHUB_TOKEN}}

.github/workflows/renovate-config-validator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
renovate-config-validator:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3.6.0
12+
- uses: actions/checkout@v4.0.0
1313
- uses: actions/[email protected]
1414
with:
1515
cache: npm

.github/workflows/super-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# Checkout the code base #
3636
##########################
3737
- name: Checkout Code
38-
uses: actions/checkout@v3.6.0
38+
uses: actions/checkout@v4.0.0
3939
with:
4040
# Full git history is needed to get a proper list
4141
# of changed files within `super-linter`

.github/workflows/update-gitleaks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
update-gitleaks:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v3.6.0
20+
- uses: actions/checkout@v4.0.0
2121
if: github.event_name != 'pull_request' || github.event.action != 'closed'
2222
with:
2323
fetch-depth: 0

.github/workflows/update-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
contents: write
1919
pull-requests: write
2020
steps:
21-
- uses: actions/checkout@v3.6.0
21+
- uses: actions/checkout@v4.0.0
2222
if: github.event_name != 'pull_request' || github.event.action != 'closed'
2323
with:
2424
fetch-depth: 0

.github/workflows/update-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: write
1818
pull-requests: write
1919
steps:
20-
- uses: actions/checkout@v3.6.0
20+
- uses: actions/checkout@v4.0.0
2121
if: github.event_name != 'pull_request' || github.event.action != 'closed'
2222
with:
2323
fetch-depth: 0

0 commit comments

Comments
 (0)