From 3056674c1f962b9b78aedd0bc5812b4b8f016f1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 11:10:15 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 in the all-github-actions group Bumps the all-github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/check_hsg.yml | 2 +- .github/workflows/run_hsg.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check_hsg.yml b/.github/workflows/check_hsg.yml index 03259ae..313c31c 100644 --- a/.github/workflows/check_hsg.yml +++ b/.github/workflows/check_hsg.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 30 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: julia-actions/setup-julia@v2 with: # version: '1' diff --git a/.github/workflows/run_hsg.yml b/.github/workflows/run_hsg.yml index 4ef9092..6d3575f 100644 --- a/.github/workflows/run_hsg.yml +++ b/.github/workflows/run_hsg.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 30 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false - uses: julia-actions/setup-julia@v2 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6f14edf..b00e98b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,7 +43,7 @@ jobs: # - os: macOS-latest # julia-arch: x86 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.julia-version }}