Skip to content

Commit 1df381f

Browse files
authored
Update GH action tags to most recent release commit hashes (#168)
* Change GH actions to most recent releases' commit hashes * Trigger workflow
1 parent 7ea502f commit 1df381f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]
2020

2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v2
24+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Install dependencies

.github/workflows/python-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#publishing-to-package-registries
33

44
# This workflow uses actions that are not certified by GitHub.
5-
# They are provided by a third-party and are governed by
5+
# They are provided by a third-party and are governed by
66
# separate terms of service, privacy policy, and support
77
# documentation.
88

@@ -21,9 +21,9 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
2525
- name: Set up Python
26-
uses: actions/setup-python@v3
26+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
2727
with:
2828
python-version: '3.x'
2929
- name: Install dependencies

.github/workflows/sphinx-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
1515
with:
1616
persist-credentials: false
1717
- name: Install dataretrieval, dependencies, and Sphinx then build docs
@@ -31,7 +31,7 @@ jobs:
3131
echo ${{ github.ref == 'refs/heads/main' }}
3232
echo ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
3333
- name: Deploy to GitHub Pages
34-
uses: JamesIves/github-pages-deploy-action@v4.4.1
34+
uses: JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29
3535
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
3636
with:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)