Skip to content

Commit 4040a6b

Browse files
authored
Merge pull request #183 from Caltech-IPAC/dependabot/github_actions/actions-76468cb07f
Bump actions/checkout from 5 to 6 in the actions group
2 parents d5b2b2c + 907274f commit 4040a6b

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.github/workflows/ci_publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
name: Publish HTML
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2929

3030
- name: Setup Python
31-
uses: actions/setup-python@v6
31+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
3232
with:
3333
python-version: '3.12'
3434

@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
needs: publish_html
5353
steps:
54-
- uses: actions/checkout@v5
54+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
5555

5656
- name: Deploy to deployed_notebooks branch
5757
run: |

.github/workflows/ci_tests_run_notebooks.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ jobs:
4141
os: ubuntu-latest
4242

4343
steps:
44-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
45-
- name: Set up Python ${{ matrix.python-version }}
46-
uses: actions/setup-python@2e3e4b15a884dc73a63f962bff250a855150a234 #v5.1.0
47-
with:
48-
python-version: ${{ matrix.python-version }}
44+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
45+
- name: Set up Python ${{ matrix.python-version }}
46+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
47+
with:
48+
python-version: ${{ matrix.python-version }}
4949

50-
- name: Install dependencies
51-
run: python -m pip install --upgrade tox
50+
- name: Install dependencies
51+
run: python -m pip install --upgrade tox
5252

53-
- name: Test with tox
54-
run: tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
53+
- name: Test with tox
54+
run: tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
5555

5656

5757
gha_buildhtml:
@@ -61,10 +61,10 @@ jobs:
6161
name: Buildhtml testing
6262
runs-on: ubuntu-latest
6363
steps:
64-
- uses: actions/checkout@v5
64+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
6565

6666
- name: Setup Python
67-
uses: actions/setup-python@v6
67+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
6868
with:
6969
python-version: '3.12'
7070

0 commit comments

Comments
 (0)