Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
Co-authored-by: Aidan Heerdegen <[email protected]>
  • Loading branch information
dougiesquire and aidanheerdegen committed Sep 14, 2023
1 parent 6470e51 commit 1223c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
if: github.repository == 'payu-org/payu' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: 3.11

Expand Down

0 comments on commit 1223c5f

Please sign in to comment.