From 6ace44f4f5285d4c42e63405d81feaf70c8607eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:52:18 +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/github-pages.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 132c131..258e5eb 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -13,20 +13,20 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 + - uses: actions/checkout@v4 with: repository: LiberTEM/LiberTEM-live path: LiberTEM-live - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: LiberTEM/LiberTEM-blobfinder path: LiberTEM-blobfinder - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: LiberTEM/LiberTEM-holo path: LiberTEM-holo - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: LiberTEM/LiberTEM path: LiberTEM