Skip to content

Commit

Permalink
checkout v4 with new node version
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed May 28, 2024
1 parent f3b2919 commit 0ffdf17
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_task_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
image: ghcr.io/fusion-energy/neutronics-workshop:base
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: test task 1
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_task_10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
image: ghcr.io/fusion-energy/neutronics-workshop:base
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: test task 10
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_task_11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
image: ghcr.io/fusion-energy/neutronics-workshop:base
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: test task 11
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_task_12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
image: ghcr.io/fusion-energy/neutronics-workshop:base
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: test task 12
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_task_13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
image: ghcr.io/fusion-energy/neutronics-workshop:base
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: test task 13
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_task_14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
image: ghcr.io/fusion-energy/neutronics-workshop:base
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: test task 14
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_task_15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
image: ghcr.io/fusion-energy/neutronics-workshop:base
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: test task 15
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_task_16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
image: ghcr.io/fusion-energy/neutronics-workshop:base
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: test task 16
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_task_2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
image: ghcr.io/fusion-energy/neutronics-workshop:base
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: test task 2
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_task_3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
image: ghcr.io/fusion-energy/neutronics-workshop:base
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: test task 3
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_task_4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
image: ghcr.io/fusion-energy/neutronics-workshop:base
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: test task 4
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_task_5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
image: ghcr.io/fusion-energy/neutronics-workshop:base
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: test task 5
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_task_6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
image: ghcr.io/fusion-energy/neutronics-workshop:base
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: test task 6
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_task_7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
image: ghcr.io/fusion-energy/neutronics-workshop:base
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: test task 7
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_task_8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
image: ghcr.io/fusion-energy/neutronics-workshop:base
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: test task 8
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_task_9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
image: ghcr.io/fusion-energy/neutronics-workshop:base
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: test task 9
run: |
Expand Down

0 comments on commit 0ffdf17

Please sign in to comment.