Skip to content

Commit

Permalink
Merge pull request #22 from fluxcd/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
stefanprodan authored Sep 5, 2023
2 parents 18067de + eb8bf01 commit 43fff88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/netlify-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
export-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: niklasmerz/[email protected]
with:
netlify-token: ${{ secrets.NETLIFY_TOKEN }}
Expand All @@ -26,7 +26,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: netlify-stats
- uses: niklasmerz/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/netlify-monthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: niklasmerz/[email protected]
with:
netlify-token: ${{ secrets.NETLIFY_TOKEN }}
Expand Down

0 comments on commit 43fff88

Please sign in to comment.