Skip to content

Commit

Permalink
Merge pull request #2 from SupercomputingWales/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/setup-python-2.3.2

build(deps): bump actions/setup-python from 2.3.1 to 2.3.2
  • Loading branch information
tomgreen66 authored Feb 10, 2022
2 parents 10e148a + 604ccf1 commit b535464
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
run: |
brew install tree
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2
- uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 # @v2
- uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a # @v2
with:
python-version: ${{ matrix.python-version }}
- name: Bootstrap clingo
Expand All @@ -175,7 +175,7 @@ jobs:
python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9']
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2
- uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 # @v2
- uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a # @v2
with:
python-version: ${{ matrix.python-version }}
- name: Setup repo and non-root user
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/macos_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2
- uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 # @v2
- uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a # @v2
with:
python-version: 3.9
- name: spack install
Expand All @@ -40,7 +40,7 @@ jobs:
timeout-minutes: 700
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2
- uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 # @v2
- uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a # @v2
with:
python-version: 3.9
- name: spack install
Expand All @@ -53,7 +53,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2
- uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 # @v2
- uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a # @v2
with:
python-version: 3.9
- name: spack install
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2
- uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 # @v2
- uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a # @v2
with:
python-version: 3.9
- name: Install Python Packages
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2
with:
fetch-depth: 0
- uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 # @v2
- uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a # @v2
with:
python-version: 3.9
- name: Install Python packages
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2
with:
fetch-depth: 0
- uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 # @v2
- uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a # @v2
with:
python-version: ${{ matrix.python-version }}
- name: Install System packages
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2
with:
fetch-depth: 0
- uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 # @v2
- uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a # @v2
with:
python-version: 3.9
- name: Install System packages
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2
with:
fetch-depth: 0
- uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 # @v2
- uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a # @v2
with:
python-version: 3.9
- name: Install System packages
Expand Down Expand Up @@ -289,7 +289,7 @@ jobs:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2
with:
fetch-depth: 0
- uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 # @v2
- uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a # @v2
with:
python-version: ${{ matrix.python-version }}
- name: Install Python packages
Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2
- uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 # @v2
- uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a # @v2
with:
python-version: 3.9
- name: Install Python packages
Expand Down

0 comments on commit b535464

Please sign in to comment.