Update actions/checkout action

This commit is contained in:
Will Tatam
2024-09-07 17:53:49 +01:00
parent 908481a55a
commit fff7a47ab5

View File

@@ -8,7 +8,7 @@ jobs:
name: Gather Environments
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache pip
uses: actions/cache@v3
with:
@@ -38,7 +38,7 @@ jobs:
matrix:
environment: ${{ fromJSON(needs.get_default_envs.outputs.environments) }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache pip
uses: actions/cache@v3
with: