diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f098c36..3acfdff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the source code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Cache tools uses: actions/cache@v5 with: @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the source code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Cache tools uses: actions/cache@v5 with: