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

Upgrade node12 actions #20

Merged
merged 2 commits into from
Nov 8, 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
4 changes: 2 additions & 2 deletions .github/workflows/run_batch_script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:

- name: Checkout spinalcordtoolbox
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: spinalcordtoolbox/spinalcordtoolbox
path: spinalcordtoolbox
Expand All @@ -41,7 +41,7 @@ jobs:
cat ~/.bashrc | grep "export PATH" | grep -o "/.*" | cut -d ':' -f 1 >> $GITHUB_PATH

- name: "Checkout '${{ github.event.repository.name }}'"
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: ${{ github.event.repository.name }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/run_script_and_create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:

- name: Checkout spinalcordtoolbox
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: spinalcordtoolbox/spinalcordtoolbox
path: spinalcordtoolbox
Expand All @@ -47,7 +47,7 @@ jobs:
cat ~/.bashrc | grep "export PATH" | grep -o "/.*" | cut -d ':' -f 1 >> $GITHUB_PATH

- name: "Checkout '${{ github.event.repository.name }}'"
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: ${{ env.GITHUB_SHA }}
path: ${{ github.event.repository.name }}
Expand Down Expand Up @@ -82,4 +82,4 @@ jobs:
tag_name: ${{ github.event.inputs.release_title }}
release_id: ${{ steps.create_release.outputs.id }}
# Only attach to release if workflow is run manually. (This allows the workflow to double as a PR test.)
if: github.event_name == 'workflow_dispatch'
if: github.event_name == 'workflow_dispatch'