diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index 85378a0..5e870e9 100644 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -29,7 +29,7 @@ jobs: name: Documentation runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: julia-actions/setup-julia@v2 with: version: "1" diff --git a/.github/workflows/Lint.yml b/.github/workflows/Lint.yml index 2497f4e..aaed619 100644 --- a/.github/workflows/Lint.yml +++ b/.github/workflows/Lint.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Julia uses: julia-actions/setup-julia@v2 with: @@ -46,7 +46,7 @@ jobs: name: Link checker runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Link Checker id: lychee diff --git a/.github/workflows/PreCommitUpdate.yml b/.github/workflows/PreCommitUpdate.yml index eab08c2..562bbd6 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@v4 + - uses: actions/checkout@v5 - name: Setup Python uses: actions/setup-python@v5 with: diff --git a/.github/workflows/ReusableTest.yml b/.github/workflows/ReusableTest.yml index 1d0e6a1..854a43d 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@v4 + - uses: actions/checkout@v5 - uses: julia-actions/setup-julia@v2 with: version: ${{ inputs.version }}