diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8444a0f..e25ce9f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: name: Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Run tests shell: bash diff --git a/.github/workflows/versions.yaml b/.github/workflows/versions.yaml index f2eef7d..9999a18 100644 --- a/.github/workflows/versions.yaml +++ b/.github/workflows/versions.yaml @@ -13,7 +13,7 @@ jobs: contents: write steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 persist-credentials: true