summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-25 08:27:56 +0200
committerGitHub <noreply@github.com>2023-08-25 08:27:56 +0200
commit7f0f1b63d619b6323b92d67e3fbe5f5e7dde4cc6 (patch)
treeaf2aace28e39aa27f28a0e61f7ea39879a9cd6c5 /.github/workflows/ci.yaml
parentb65f1f22ec89f1f7253bf45d7b77f53f5beb581d (diff)
downloadspack-7f0f1b63d619b6323b92d67e3fbe5f5e7dde4cc6.tar.gz
spack-7f0f1b63d619b6323b92d67e3fbe5f5e7dde4cc6.tar.bz2
spack-7f0f1b63d619b6323b92d67e3fbe5f5e7dde4cc6.tar.xz
spack-7f0f1b63d619b6323b92d67e3fbe5f5e7dde4cc6.zip
build(deps): bump actions/checkout from 3.5.3 to 3.6.0 (#39617)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0. - [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/c85c95e3d7251135ab7dc9ce3241c5835cc595a9...f43a0e5ff2bd294095638e18286ca9a3d1956744) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 5885b54fd4..e658c86c9f 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -35,7 +35,7 @@ jobs:
core: ${{ steps.filter.outputs.core }}
packages: ${{ steps.filter.outputs.packages }}
steps:
- - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # @v2
+ - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # @v2
if: ${{ github.event_name == 'push' }}
with:
fetch-depth: 0