Skip to content

Commit

Permalink
Merge pull request #164 from mcneilco/ACAS-536
Browse files Browse the repository at this point in the history
ACAS-536: Update Github Actions dependencies
  • Loading branch information
brianbolt authored Jun 7, 2024
2 parents bdba56f + 58b4547 commit 8c93e5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
acasclient:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup python 3.8
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install pypa/build and twine
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout acasclient
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: acasclient
- name: Set Up Python 3.8
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Display Python version
Expand All @@ -38,7 +38,7 @@ jobs:
run: |
echo "ACAS_TAG=$(echo ${{ env.ACAS_REF }} | sed 's/\//-/g')" >> $GITHUB_ENV
- name: Checkout ACAS
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: mcneilco/acas
path: acas
Expand Down

0 comments on commit 8c93e5a

Please sign in to comment.