misc: Update actions/checkout from v3 to v4 (#836)

The `checkout` action now has a v4. v3 utilizes Node.js 16 which is now
deprecated by GitHub actions. Migrating to v4 is therefore encouraged.
This commit is contained in:
Bobby R. Bruce
2024-02-05 08:54:32 -08:00
committed by GitHub
parent df83efe129
commit 6f1d9b47e9
5 changed files with 24 additions and 24 deletions

View File

@@ -9,7 +9,7 @@ jobs:
container: ghcr.io/gem5/ubuntu-22.04_all-dependencies:latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# Scheduled workflows run on the default branch by default. We
# therefore need to explicitly checkout the develop branch.