summaryrefslogtreecommitdiff
path: root/.github/workflows/macos_python.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-03 14:43:49 +0100
committerGitHub <noreply@github.com>2022-03-03 14:43:49 +0100
commited6274a0bf692ff3981325c2e406099b606916ef (patch)
treee3f3bee27d1c30d0d4454d58318516c378c487c4 /.github/workflows/macos_python.yml
parent450bbdd8543d0ecf5368f7f81a3b7009db204a17 (diff)
downloadspack-ed6274a0bf692ff3981325c2e406099b606916ef.tar.gz
spack-ed6274a0bf692ff3981325c2e406099b606916ef.tar.bz2
spack-ed6274a0bf692ff3981325c2e406099b606916ef.tar.xz
spack-ed6274a0bf692ff3981325c2e406099b606916ef.zip
build(deps): bump actions/checkout from 2 to 3 (#29276)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [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/v2...a12a3943b4bdde767164f792f33f40b04645d846) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... 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/macos_python.yml')
-rw-r--r--.github/workflows/macos_python.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/macos_python.yml b/.github/workflows/macos_python.yml
index a217a5aad4..a3a4b75097 100644
--- a/.github/workflows/macos_python.yml
+++ b/.github/workflows/macos_python.yml
@@ -24,7 +24,7 @@ jobs:
name: gcc with clang
runs-on: macos-latest
steps:
- - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2
+ - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2
- uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 # @v2
with:
python-version: 3.9
@@ -39,7 +39,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 700
steps:
- - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2
+ - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2
- uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 # @v2
with:
python-version: 3.9
@@ -52,7 +52,7 @@ jobs:
name: scipy, mpl, pd
runs-on: macos-latest
steps:
- - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2
+ - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2
- uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 # @v2
with:
python-version: 3.9