diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 44e1c503..259c2fe2 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -31,7 +31,7 @@ jobs: df -h - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 98dd2d56..63c20a99 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -33,7 +33,7 @@ jobs: CARGO_NET_GIT_FETCH_WITH_CLI: "true" steps: - name: Checkout sources - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Runs-On Runner uses: ./.github/actions/runs-on @@ -105,7 +105,7 @@ jobs: CARGO_NET_GIT_FETCH_WITH_CLI: "true" steps: - name: Checkout sources - uses: actions/checkout@v4 + uses: actions/checkout@v5 # - name: Setup Self-Hosted Runner # uses: ./.github/actions/self-hosted @@ -176,7 +176,7 @@ jobs: CARGO_NET_GIT_FETCH_WITH_CLI: "true" steps: - name: Checkout sources - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Commented out because the latency of the docker buildx cache is high enough # with the EC2 builder that it's a wash. Can be added back in if the toolchain gets complex.