Merge pull request #7820 from scratchfoundation/renovate/actions-checkout-4.x

chore(deps): update actions/checkout action to v4
This commit is contained in:
Christopher Willis-Ford 2024-02-15 13:25:13 -08:00 committed by GitHub
commit 3f79f5e892
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ jobs:
# See https://github.com/scratchfoundation/scratch-www/settings/variables/actions
SCRATCH_SHOULD_DEPLOY: ${{ vars.SCRATCH_ENV != '' }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
cache: 'npm'

View file

@ -16,7 +16,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout master
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: master