From 0804dca8592201568fc29a59605a1fe6f4ae0bfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 12:34:10 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- .github/workflows/validation.yml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 921e41185..df2708993 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Python uses: actions/setup-python@v3 diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 40bd20705..8c8bf044b 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -34,7 +34,7 @@ jobs: container: image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build and install uses: rest-for-physics/framework/.github/actions/build@master with: @@ -53,7 +53,7 @@ jobs: container: image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build and install uses: rest-for-physics/framework/.github/actions/build@master with: @@ -86,7 +86,7 @@ jobs: image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics needs: [ framework-install ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: rest-for-physics/framework path: framework @@ -109,7 +109,7 @@ jobs: image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics needs: [ framework-install ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: rest-for-physics/framework path: framework @@ -155,7 +155,7 @@ jobs: image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics needs: [ framework-install ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: rest-for-physics/framework path: framework @@ -199,7 +199,7 @@ jobs: image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics needs: [ framework-install ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: rest-for-physics/framework path: framework @@ -230,7 +230,7 @@ jobs: image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics needs: [ framework-install ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: rest-for-physics/framework path: framework @@ -283,7 +283,7 @@ jobs: image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics needs: [ framework-install ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: rest-for-physics/framework path: framework @@ -374,7 +374,7 @@ jobs: container: image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-reference-jun2022 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build and install uses: rest-for-physics/framework/.github/actions/build@master with: @@ -405,7 +405,7 @@ jobs: image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-reference-jun2022 needs: [ framework-install-reference ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: rest-for-physics/framework path: framework