Skip to content

Commit

Permalink
Merge pull request #1224 from hsorby/update-github-actions
Browse files Browse the repository at this point in the history
Update GitHub actions action to newer versions.
  • Loading branch information
agarny authored Apr 8, 2024
2 parents a788603 + 8cb7558 commit 8f4d02f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deploy-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,19 +99,19 @@ jobs:

steps:
- name: Checkout libCellML
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.release.tag_name }}

- name: Checkout zlib
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: OpenCMISS-Dependencies/zlib
path: zlib
ref: v1.2.3

- name: Checkout LibXml2
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: OpenCMISS-Dependencies/libxml2
path: libxml2
Expand Down Expand Up @@ -293,7 +293,7 @@ jobs:

steps:
- name: Check out libCellML
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.release.tag_name }}

Expand Down Expand Up @@ -327,7 +327,7 @@ jobs:
uses: ilammy/msvc-dev-cmd@v1

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'

Expand Down Expand Up @@ -376,20 +376,20 @@ jobs:
runs-on: macos-12
steps:
- name: Checkout libCellML
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: libcellml
ref: ${{ github.event.release.tag_name }}

- name: Checkout zlib
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: OpenCMISS-Dependencies/zlib
path: zlib
ref: v1.2.3

- name: Checkout LibXml2
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: OpenCMISS-Dependencies/libxml2
path: libxml2
Expand Down

0 comments on commit 8f4d02f

Please sign in to comment.