Skip to content

Commit

Permalink
Updates to workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
mads-bertelsen committed Jul 24, 2024
1 parent 1c79985 commit c765c31
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests_mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:

steps:
- name: Temporary developer McStasScript checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ env.BRANCH }}
path: mcstasscript

- name: Temporary developer libpyvinyl checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: PaNOSC-ViNYL/libpyvinyl
ref: master
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/unit_tests_ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:

steps:
- name: Temporary developer McStasScript checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ env.BRANCH }}
ref: ${{ github.ref }}
path: mcstasscript

- name: Temporary developer libpyvinyl checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: PaNOSC-ViNYL/libpyvinyl
ref: master
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/unit_tests_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:

steps:
- name: Temporary developer McStasScript checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ env.BRANCH }}
ref: ${{ github.ref }}
path: mcstasscript

- name: Temporary developer libpyvinyl checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: PaNOSC-ViNYL/libpyvinyl
ref: master
Expand Down

0 comments on commit c765c31

Please sign in to comment.