diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4f41f5..fae24dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: runs-on: ${{ matrix.runner }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Setup run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a747f9f..d0affba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: runs-on: ${{ matrix.runner }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Setup run: | @@ -56,7 +56,7 @@ jobs: - tests steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Create release archive and notes run: |