Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 3 to 4 #17

Merged
merged 1 commit into from
Sep 11, 2023
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/helics_version_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.action == 'helics-version-update'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Update the HELICS_VERSION file to ${{ github.event.client_payload.version }}
run: echo "${{ github.event.client_payload.version }}" > HELICS_VERSION
- name: Commit updated HELICS_VERSION file
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
arch: win64
plat_name: win_amd64
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: git fetch --prune --unshallow
- uses: actions/setup-python@v4
with:
Expand All @@ -59,7 +59,7 @@ jobs:
build-helics_apps-sdist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: git fetch --prune --unshallow
- name: Set up Python
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-helics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
outputs:
ver: ${{ steps.hver.outputs.HELICS_VERSION }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Read HELICS_VERSION
id: hver
run: echo "HELICS_VERSION=$(cat HELICS_VERSION)" >> $GITHUB_OUTPUT
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-mingw-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
name: Update MINGW Package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Checkout GMLC-TDC/MINGW-packages
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'GMLC-TDC/MINGW-packages'
token: ${{ secrets.HELICS_BOT_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-spack-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
name: Update Spack Package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Checkout GMLC-TDC/spack
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'GMLC-TDC/spack'
token: ${{ secrets.HELICS_BOT_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-yggdrasil-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
name: Update Yggdrasil Package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Checkout GMLC-TDC/Yggdrasil
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'GMLC-TDC/Yggdrasil'
token: ${{ secrets.HELICS_BOT_TOKEN }}
Expand Down