Skip to content

Commit

Permalink
Merge branch 'trs/actions/upgrade-called-actions'
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Feb 6, 2024
2 parents d50c30e + e479c2c commit 223d6d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pathogen-repo-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
# future changes to setup-nextstrain-cli.
#
# -trs, 28 April 2022
- uses: nextstrain/.github/actions/setup-nextstrain-cli@0e74eb59bbdecc80de08d04b26b7b0242890b582
- uses: nextstrain/.github/actions/setup-nextstrain-cli@585ce0dde7fda2a82f7ef9054fbb95d2eb21a610
with:
runtime: ${{ matrix.runtime }}
# Consider parameterizing the Python version. -trs, 1 April 2022
Expand Down
2 changes: 1 addition & 1 deletion actions/setup-nextstrain-cli/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ inputs:
runs:
using: composite
steps:
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: "${{ inputs.python-version }}"

Expand Down
2 changes: 1 addition & 1 deletion actions/workflow-context/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
using: composite
steps:
- id: context
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
let idToken = await core.getIDToken();
Expand Down

0 comments on commit 223d6d0

Please sign in to comment.