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
- name: Pip install packages for ncdevtool
Expand Down Expand Up @@ -41,7 +41,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: Pip install packages for ncdevtool
Expand Down Expand Up @@ -37,7 +37,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_win.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: Pip install packages for ncdevtool
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: Pip install packages for ncdevtool
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/c_cpp_standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: src
- name: Pip install packages for ncdevtool
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/condatest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: src
- name: Pip install packages for ncdevtool
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:

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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/condatest_essncrystaldev.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: Pip install packages for ncdevtool
Expand All @@ -38,7 +38,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/cppcheck.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: Pip install packages for ncdevtool
Expand All @@ -31,7 +31,7 @@ jobs:

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

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/endf.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
- name: Pip install packages for ncdevtool
Expand All @@ -40,12 +40,12 @@ jobs:

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

- name: Checkout test data
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: mctools/ncrystal-testdata-openmc
path: ./src_data
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: Pip install packages for ncdevtool
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: src

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

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/geant4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: src
- name: Pip install packages for ncdevtool
Expand Down Expand Up @@ -40,12 +40,12 @@ jobs:

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

- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: mctools/ncrystal-geant4
path: ./src_ncg4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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/manualcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: src
- name: Pip install packages for ncdevtool
Expand All @@ -40,7 +40,7 @@ jobs:
python-version: '3.12'

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ncdevtoolchecks.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/notebooks.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: Pip install packages for ncdevtool
Expand All @@ -35,7 +35,7 @@ jobs:

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

Expand All @@ -62,7 +62,7 @@ jobs:
run: nctool --test

- name: Checkout ncrystal-notebooks
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: mctools/ncrystal-notebooks
path: src_notebooks
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/openmc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ jobs:

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

- name: Checkout test data
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: mctools/ncrystal-testdata-openmc
path: ./src_data

- name: Checkout openmc
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: openmc-dev/openmc
ref: ${{ matrix.openmcbranch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

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

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/plugindb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

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

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

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

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

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

Expand Down Expand Up @@ -183,15 +183,15 @@ jobs:

- name: Checkout plugin repo as src_plugin
if: steps.pluginfo.outputs.mode == 'otherreporoot'
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: src_plugin
repository: ${{ steps.pluginfo.outputs.github_repo_key }}
ref: ${{ steps.pluginfo.outputs.gitref }}

- name: Checkout plugin repo as src_plugin_reporoot
if: steps.pluginfo.outputs.mode == 'otherreposubdir'
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: src_plugin_reporoot
repository: ${{ steps.pluginfo.outputs.github_repo_key }}
Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:

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

Expand Down
Loading
Loading