Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/basictest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: src

Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: src

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/basictest_intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: src
- name: Enable parallel cmake
Expand All @@ -32,7 +32,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: src

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/basictest_pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: src
- name: Enable parallel cmake
Expand All @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: src

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/basictest_wincmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: src
- name: Enable parallel cmake
Expand All @@ -35,7 +35,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: src

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/encodings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: src

Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: src

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: src

Expand All @@ -27,7 +27,7 @@ jobs:
run: ./src/devel/bin/mcpldevtool check -n "fix""me"

- name: Checkout extra tests
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: tkittel/mcpl-private-tests
ssh-key: ${{ secrets.ACCESS_TOKEN_MCPL_EXTRA_TESTS }}
Expand All @@ -54,12 +54,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: src

- name: Checkout extra tests
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: tkittel/mcpl-private-tests
ssh-key: ${{ secrets.ACCESS_TOKEN_MCPL_EXTRA_TESTS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fixme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Setup python
uses: actions/setup-python@v6
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: src
- name: Enable parallel cmake
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: src

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: src

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mcpldevtoolchecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Setup python
uses: actions/setup-python@v6
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
with:
path: src
#Workaround for https://github.com/actions/checkout/issues/1467:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
with:
path: src

Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
SDIST_SUFFIX: "-${{ needs.preparations.outputs.mcplversion }}.tar.gz"

steps:
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd

- name: build mcpl-core sdist
run: pipx run build --sdist ./mcpl_core
Expand Down Expand Up @@ -623,7 +623,7 @@ jobs:
- run: mcpl2phits --help

- name: Checkout
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
with:
path: src

Expand Down
Loading