Skip to content

Commit

Permalink
ci: unpin github actions versions (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli authored May 31, 2023
1 parent 9c347d7 commit 7c7509f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build-intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
ref: develop

- name: Setup Python
uses: actions/setup-python@v4.0.0
uses: actions/setup-python@v4
with:
python-version: 3.9

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly-distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Python
uses: actions/setup-python@v4.0.0
uses: actions/setup-python@v4
with:
python-version: 3.9

Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
run: python make_distribution.py -mf6p ./modflow6 -mf6ep ./modflow6-examples -dp ./${{ runner.os }}

- name: Create distribution artifact
uses: actions/upload-artifact@v3.1.0
uses: actions/upload-artifact@v3
with:
name: ${{ runner.os }}
path: |
Expand Down

0 comments on commit 7c7509f

Please sign in to comment.