Skip to content

Commit

Permalink
Merge branch 'main' into issue1218.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Apr 8, 2024
2 parents 7f97aa4 + 8f4d02f commit 412d8d4
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 412d8d4

Please sign in to comment.