Skip to content
Closed
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@v6.0.2
uses: actions/checkout@v6.0.3
with:
path: src

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

steps:
- name: Checkout
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6.0.3
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@v6.0.2
uses: actions/checkout@v6.0.3
with:
path: src
- name: Enable parallel cmake
Expand All @@ -32,7 +32,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6.0.3
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@v6.0.2
uses: actions/checkout@v6.0.3
with:
path: src
- name: Enable parallel cmake
Expand All @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6.0.3
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@v6.0.2
uses: actions/checkout@v6.0.3
with:
path: src
- name: Enable parallel cmake
Expand All @@ -35,7 +35,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6.0.3
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@v6.0.2
uses: actions/checkout@v6.0.3
with:
path: src

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

steps:
- name: Checkout
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6.0.3
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@v6.0.2
uses: actions/checkout@v6.0.3
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@v6.0.2
uses: actions/checkout@v6.0.3
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@v6.0.2
uses: actions/checkout@v6.0.3
with:
path: src

- name: Checkout extra tests
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6.0.3
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@v6.0.2
uses: actions/checkout@v6.0.3

- name: Setup python
uses: actions/setup-python@v6.2.0
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@v6.0.2
uses: actions/checkout@v6.0.3
with:
path: src
- name: Enable parallel cmake
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6.0.3
with:
path: src

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6.0.3
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@v6.0.2
uses: actions/checkout@v6.0.3

- name: Setup python
uses: actions/setup-python@v6.2.0
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@0c366fd6a839edf440554fa01a7085ccba70ac98
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
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@0c366fd6a839edf440554fa01a7085ccba70ac98
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
with:
path: src

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

steps:
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10

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

- name: Checkout
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
with:
path: src

Expand Down
Loading