From 7702ac43f868cd80baa1bdd9fdb47f8c3879d411 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 21:24:41 +0000 Subject: [PATCH] [ci skip]: Bump actions/checkout from 4.1.0 to 4.1.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [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.1.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/update-packages.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8e46a263..442da86c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: matrix: configuration: [nompi, greatlakes, bridges2, delta, expanse, expanse-gpu, anvil] steps: - - uses: actions/checkout@v4.1.0 + - uses: actions/checkout@v4.1.1 - name: Login to DockerHub if: ${{ github.event_name != 'pull_request' || (github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]') }} uses: docker/login-action@v3.0.0 diff --git a/.github/workflows/update-packages.yml b/.github/workflows/update-packages.yml index 9ba8282a..9e02407f 100644 --- a/.github/workflows/update-packages.yml +++ b/.github/workflows/update-packages.yml @@ -17,7 +17,7 @@ jobs: matrix: branch: [trunk] steps: - - uses: actions/checkout@v4.1.0 + - uses: actions/checkout@v4.1.1 with: ref: ${{ matrix.branch }} - uses: tibdex/github-app-token@v2.1