diff --git a/.github/workflows/CodeQL.yml b/.github/workflows/CodeQL.yml index ebbd5ca..c91b11e 100644 --- a/.github/workflows/CodeQL.yml +++ b/.github/workflows/CodeQL.yml @@ -26,7 +26,7 @@ jobs: security-events: write steps: - name: Clone - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Initialize CodeQL uses: github/codeql-action/init@v3 with: diff --git a/.github/workflows/Copier.yml b/.github/workflows/Copier.yml index f6103ca..68818f6 100644 --- a/.github/workflows/Copier.yml +++ b/.github/workflows/Copier.yml @@ -9,7 +9,7 @@ jobs: Copier: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: token: ${{ secrets.COPIER_PAT }} - uses: julia-actions/setup-julia@v3 diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index 95052fa..e5ee1b2 100644 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -31,7 +31,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: julia-actions/setup-julia@v3 with: version: "1" diff --git a/.github/workflows/Lint.yml b/.github/workflows/Lint.yml index ea60f15..10238d0 100644 --- a/.github/workflows/Lint.yml +++ b/.github/workflows/Lint.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Julia uses: julia-actions/setup-julia@v3 with: @@ -53,7 +53,7 @@ jobs: name: Link checker runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Link Checker id: lychee diff --git a/.github/workflows/PreCommitUpdate.yml b/.github/workflows/PreCommitUpdate.yml index 25c21d4..ad87818 100644 --- a/.github/workflows/PreCommitUpdate.yml +++ b/.github/workflows/PreCommitUpdate.yml @@ -9,7 +9,7 @@ jobs: pre-commit-update: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Hack for setup-python cache # https://github.com/actions/setup-python/issues/807 run: touch requirements.txt - name: Setup Python diff --git a/.github/workflows/ReusableTest.yml b/.github/workflows/ReusableTest.yml index f0196a6..ed53e93 100644 --- a/.github/workflows/ReusableTest.yml +++ b/.github/workflows/ReusableTest.yml @@ -34,7 +34,7 @@ jobs: continue-on-error: ${{ inputs.allow_failure }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: julia-actions/setup-julia@v3 with: version: ${{ inputs.version }} diff --git a/.github/workflows/Spelling.yml b/.github/workflows/Spelling.yml index 7589124..b22cd13 100644 --- a/.github/workflows/Spelling.yml +++ b/.github/workflows/Spelling.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Actions Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Check spelling uses: crate-ci/typos@master with: