diff --git a/.github/workflows/CompatHelper.yml b/.github/workflows/CompatHelper.yml index 196a5ce93..dd5217974 100644 --- a/.github/workflows/CompatHelper.yml +++ b/.github/workflows/CompatHelper.yml @@ -9,7 +9,7 @@ jobs: CompatHelper: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Get Julia compatibility id: julia_compat # NOTE: this requires a Julia compat lower-bound with minor version! diff --git a/.github/workflows/CustomCommands.yml b/.github/workflows/CustomCommands.yml index 3d78fa292..06dbbe419 100644 --- a/.github/workflows/CustomCommands.yml +++ b/.github/workflows/CustomCommands.yml @@ -17,7 +17,7 @@ jobs: break fi - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: julia-actions/setup-julia@v2 with: version: '1.9' diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index c33e2d371..c8ea25914 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -15,7 +15,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: julia-actions/setup-julia@latest with: version: '1'