Skip to content

Commit 43fff88

Browse files
authored
Merge pull request #22 from fluxcd/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 18067de + eb8bf01 commit 43fff88

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/netlify-daily.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
export-run:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- uses: niklasmerz/[email protected]
1717
with:
1818
netlify-token: ${{ secrets.NETLIFY_TOKEN }}
@@ -26,7 +26,7 @@ jobs:
2626
permissions:
2727
contents: write
2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
with:
3131
ref: netlify-stats
3232
- uses: niklasmerz/[email protected]

.github/workflows/netlify-monthly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
permissions:
1515
contents: write
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- uses: niklasmerz/[email protected]
1919
with:
2020
netlify-token: ${{ secrets.NETLIFY_TOKEN }}

0 commit comments

Comments
 (0)