Skip to content

Commit ddf8e73

Browse files
Update actions/checkout action to v3.5.3 (#540)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c18f3be commit ddf8e73

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
@@ -14,7 +14,7 @@ jobs:
1414
create-release:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/[email protected].2
17+
- uses: actions/[email protected].3
1818
- uses: dev-hato/[email protected]
1919
with:
2020
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
@@ -20,7 +20,7 @@ jobs:
2020
format-json-yml:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/[email protected].2
23+
- uses: actions/[email protected].3
2424
if: github.event_name != 'pull_request' || github.event.action != 'closed'
2525
with:
2626
fetch-depth: 0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
github-actions-cache-cleaner:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/[email protected].2
21+
- uses: actions/[email protected].3
2222
- uses: ./
2323
with:
2424
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
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/[email protected].2
15+
- uses: actions/[email protected].3
1616
- uses: actions/[email protected]
1717
with:
1818
cache: npm

.github/workflows/super-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Checkout the code base #
3939
##########################
4040
- name: Checkout Code
41-
uses: actions/[email protected].2
41+
uses: actions/[email protected].3
4242
with:
4343
# Full git history is needed to get a proper list
4444
# 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
@@ -20,7 +20,7 @@ jobs:
2020
update-gitleaks:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/[email protected].2
23+
- uses: actions/[email protected].3
2424
if: github.event_name != 'pull_request' || github.event.action != 'closed'
2525
with:
2626
fetch-depth: 0

.github/workflows/update-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
contents: write
2121
pull-requests: write
2222
steps:
23-
- uses: actions/[email protected].2
23+
- uses: actions/[email protected].3
2424
if: github.event_name != 'pull_request' || github.event.action != 'closed'
2525
with:
2626
fetch-depth: 0

.github/workflows/update-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: write
2020
pull-requests: write
2121
steps:
22-
- uses: actions/[email protected].2
22+
- uses: actions/[email protected].3
2323
if: github.event_name != 'pull_request' || github.event.action != 'closed'
2424
with:
2525
fetch-depth: 0

0 commit comments

Comments
 (0)