From 34aa316a802de88e458dc538eb6ef134abe57f24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 01:12:24 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/notebooks-check_ubuntu.yml | 4 ++-- .github/workflows/notebooks-check_windows.yml | 2 +- .github/workflows/notebooks-checks_mac-os.yml | 2 +- .github/workflows/validate_codemeta.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/notebooks-check_ubuntu.yml b/.github/workflows/notebooks-check_ubuntu.yml index 06b0290..bf880b0 100644 --- a/.github/workflows/notebooks-check_ubuntu.yml +++ b/.github/workflows/notebooks-check_ubuntu.yml @@ -20,7 +20,7 @@ jobs: test-linux-oldest-allowed-versions: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install uv uses: astral-sh/setup-uv@v6 - name: Setup python 3.9 @@ -38,7 +38,7 @@ jobs: test-linux-newest-versions: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup python 3.13 uses: actions/setup-python@v5 with: diff --git a/.github/workflows/notebooks-check_windows.yml b/.github/workflows/notebooks-check_windows.yml index bf39f25..bbb9574 100644 --- a/.github/workflows/notebooks-check_windows.yml +++ b/.github/workflows/notebooks-check_windows.yml @@ -21,7 +21,7 @@ jobs: matrix: python-version: ["3.11"] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5 with: diff --git a/.github/workflows/notebooks-checks_mac-os.yml b/.github/workflows/notebooks-checks_mac-os.yml index 454aa84..81a3288 100644 --- a/.github/workflows/notebooks-checks_mac-os.yml +++ b/.github/workflows/notebooks-checks_mac-os.yml @@ -20,7 +20,7 @@ jobs: matrix: python-version: ["3.10", "3.12"] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5 with: diff --git a/.github/workflows/validate_codemeta.yml b/.github/workflows/validate_codemeta.yml index 5c203f3..13ae6ef 100644 --- a/.github/workflows/validate_codemeta.yml +++ b/.github/workflows/validate_codemeta.yml @@ -11,6 +11,6 @@ jobs: container: image: gitlab-registry.in2p3.fr/escape2020/wp3/eossr:v1.0 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: validate codemeta run: eossr-metadata-validator codemeta.json