Update actions/checkout action to v4

This commit is contained in:
renovate[bot]
2024-05-20 10:12:28 +00:00
committed by Doug
parent 6a566da69e
commit 07247d7076
4 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ jobs:
cancel-in-progress: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
@@ -62,7 +62,7 @@ jobs:
- name: Checkout gh-pages branch (for perf stats)
if: always()
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: gh-pages
path: gh-pages