diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 076837e..fc5295e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -4,7 +4,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 # Update-worthy. + - uses: actions/checkout@v6 # Update-worthy. with: fetch-depth: 2 - uses: actions-rs/toolchain@v1 # Update-worthy. diff --git a/.github/workflows/test_other_platform.yaml b/.github/workflows/test_other_platform.yaml index 3842cee..b3fec7a 100644 --- a/.github/workflows/test_other_platform.yaml +++ b/.github/workflows/test_other_platform.yaml @@ -9,7 +9,7 @@ jobs: test: runs-on: ${{ github.event.inputs.platform }} steps: - - uses: actions/checkout@v4 # Update-worthy. + - uses: actions/checkout@v6 # Update-worthy. - uses: actions-rs/toolchain@v1 # Update-worthy. with: profile: minimal