-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0818624
commit a95a541
Showing
5 changed files
with
41 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,11 +32,11 @@ jobs: | |
name: 'Build Windows' | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4.1.0 | ||
uses: actions/checkout@v4.2.2 | ||
- name: Prepare scripts directory | ||
run: md ci-scripts | ||
- name: Checkout scripts | ||
uses: actions/checkout@v4.1.0 | ||
uses: actions/checkout@v4.2.2 | ||
with: | ||
repository: OpenPonk/ci-scripts | ||
path: ci-scripts | ||
|
@@ -54,7 +54,7 @@ jobs: | |
env: | ||
ACTIONS_READ_ACCESS_TOKEN: ${{ secrets.ACTIONS_READ_ACCESS_TOKEN }} | ||
- name: Cache zip | ||
uses: actions/cache/save@v3.3.2 | ||
uses: actions/cache/save@v4.1.2 | ||
with: | ||
path: ${{ env.PROJECT_NAME }}-${{ env.PLATFORM }}-${{ env.VERSION }}.zip | ||
key: ${{ github.run_id }}-${{ github.run_number }}_${{ env.PROJECT_NAME }}-${{ env.PLATFORM }}-${{ env.VERSION }}.zip | ||
|
@@ -67,11 +67,11 @@ jobs: | |
name: 'Build Linux' | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4.1.0 | ||
uses: actions/checkout@v4.2.2 | ||
- name: Prepare scripts directory | ||
run: mkdir ci-scripts | ||
- name: Checkout scripts | ||
uses: actions/checkout@v4.1.0 | ||
uses: actions/checkout@v4.2.2 | ||
with: | ||
repository: OpenPonk/ci-scripts | ||
path: ci-scripts | ||
|
@@ -91,7 +91,7 @@ jobs: | |
env: | ||
ACTIONS_READ_ACCESS_TOKEN: ${{ secrets.ACTIONS_READ_ACCESS_TOKEN }} | ||
- name: Cache zip | ||
uses: actions/cache/save@v3.3.2 | ||
uses: actions/cache/save@v4.1.2 | ||
with: | ||
path: ${{ env.PROJECT_NAME }}-${{ env.PLATFORM }}-${{ env.VERSION }}.zip | ||
key: ${{ github.run_id }}-${{ github.run_number }}_${{ env.PROJECT_NAME }}-${{ env.PLATFORM }}-${{ env.VERSION }}.zip | ||
|
@@ -103,11 +103,11 @@ jobs: | |
name: 'Build Mac Intel' | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4.1.0 | ||
uses: actions/checkout@v4.2.2 | ||
- name: Prepare scripts directory | ||
run: mkdir ci-scripts | ||
- name: Checkout scripts | ||
uses: actions/checkout@v4.1.0 | ||
uses: actions/checkout@v4.2.2 | ||
with: | ||
repository: OpenPonk/ci-scripts | ||
path: ci-scripts | ||
|
@@ -127,7 +127,7 @@ jobs: | |
env: | ||
ACTIONS_READ_ACCESS_TOKEN: ${{ secrets.ACTIONS_READ_ACCESS_TOKEN }} | ||
- name: Cache zip | ||
uses: actions/cache/save@v3.3.2 | ||
uses: actions/cache/save@v4.1.2 | ||
with: | ||
path: ${{ env.PROJECT_NAME }}-${{ env.PLATFORM }}-${{ env.VERSION }}.zip | ||
key: ${{ github.run_id }}-${{ github.run_number }}_${{ env.PROJECT_NAME }}-${{ env.PLATFORM }}-${{ env.VERSION }}.zip | ||
|
@@ -139,11 +139,11 @@ jobs: | |
name: 'Build Mac M1' | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4.1.0 | ||
uses: actions/checkout@v4.2.2 | ||
- name: Prepare scripts directory | ||
run: mkdir ci-scripts | ||
- name: Checkout scripts | ||
uses: actions/checkout@v4.1.0 | ||
uses: actions/checkout@v4.2.2 | ||
with: | ||
repository: OpenPonk/ci-scripts | ||
path: ci-scripts | ||
|
@@ -163,7 +163,7 @@ jobs: | |
env: | ||
ACTIONS_READ_ACCESS_TOKEN: ${{ secrets.ACTIONS_READ_ACCESS_TOKEN }} | ||
- name: Cache zip | ||
uses: actions/cache/save@v3.3.2 | ||
uses: actions/cache/save@v4.1.2 | ||
with: | ||
path: ${{ env.PROJECT_NAME }}-${{ env.PLATFORM }}-${{ env.VERSION }}.zip | ||
key: ${{ github.run_id }}-${{ github.run_number }}_${{ env.PROJECT_NAME }}-${{ env.PLATFORM }}-${{ env.VERSION }}.zip | ||
|
@@ -177,7 +177,7 @@ jobs: | |
steps: | ||
- name: Get zip from cache | ||
id: get-zip | ||
uses: actions/cache/restore@v3.3.2 | ||
uses: actions/cache/restore@v4.1.2 | ||
with: | ||
path: ${{ env.PROJECT_NAME }}-${{ env.PLATFORM }}-${{ env.VERSION }}.zip | ||
key: ${{ github.run_id }}-${{ github.run_number }}_${{ env.PROJECT_NAME }}-${{ env.PLATFORM }}-${{ env.VERSION }}.zip | ||
|
@@ -194,7 +194,7 @@ jobs: | |
steps: | ||
- name: Get zip from cache | ||
id: get-zip | ||
uses: actions/cache/restore@v3.3.2 | ||
uses: actions/cache/restore@v4.1.2 | ||
with: | ||
path: ${{ env.PROJECT_NAME }}-${{ env.PLATFORM }}-${{ env.VERSION }}.zip | ||
key: ${{ github.run_id }}-${{ github.run_number }}_${{ env.PROJECT_NAME }}-${{ env.PLATFORM }}-${{ env.VERSION }}.zip | ||
|
@@ -211,7 +211,7 @@ jobs: | |
steps: | ||
- name: Get zip from cache | ||
id: get-zip | ||
uses: actions/cache/restore@v3.3.2 | ||
uses: actions/cache/restore@v4.1.2 | ||
with: | ||
path: ${{ env.PROJECT_NAME }}-${{ env.PLATFORM }}-${{ env.VERSION }}.zip | ||
key: ${{ github.run_id }}-${{ github.run_number }}_${{ env.PROJECT_NAME }}-${{ env.PLATFORM }}-${{ env.VERSION }}.zip | ||
|
@@ -228,7 +228,7 @@ jobs: | |
steps: | ||
- name: Get zip from cache | ||
id: get-zip | ||
uses: actions/cache/restore@v3.3.2 | ||
uses: actions/cache/restore@v4.1.2 | ||
with: | ||
path: ${{ env.PROJECT_NAME }}-${{ env.PLATFORM }}-${{ env.VERSION }}.zip | ||
key: ${{ github.run_id }}-${{ github.run_number }}_${{ env.PROJECT_NAME }}-${{ env.PLATFORM }}-${{ env.VERSION }}.zip | ||
|
@@ -246,17 +246,17 @@ jobs: | |
PLATFORM: linux | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4.1.0 | ||
uses: actions/checkout@v4.2.2 | ||
- name: Get zip from cache | ||
id: get-zip | ||
uses: actions/cache/restore@v3.3.2 | ||
uses: actions/cache/restore@v4.1.2 | ||
with: | ||
path: ${{ env.PROJECT_NAME }}-${{ env.PLATFORM }}-${{ env.VERSION }}.zip | ||
key: ${{ github.run_id }}-${{ github.run_number }}_${{ env.PROJECT_NAME }}-${{ env.PLATFORM }}-${{ env.VERSION }}.zip | ||
- name: Prepare scripts directory | ||
run: mkdir ci-scripts | ||
- name: Checkout scripts | ||
uses: actions/checkout@v4.1.0 | ||
uses: actions/checkout@v4.2.2 | ||
with: | ||
repository: OpenPonk/ci-scripts | ||
path: ci-scripts | ||
|
@@ -290,7 +290,7 @@ jobs: | |
steps: | ||
- name: Get zip from cache | ||
id: get-zip | ||
uses: actions/cache/restore@v3.3.2 | ||
uses: actions/cache/restore@v4.1.2 | ||
with: | ||
path: ${{ env.PROJECT_NAME }}-${{ env.PLATFORM }}-${{ env.VERSION }}.zip | ||
key: ${{ github.run_id }}-${{ github.run_number }}_${{ env.PROJECT_NAME }}-${{ env.PLATFORM }}-${{ env.VERSION }}.zip | ||
|
@@ -318,7 +318,7 @@ jobs: | |
steps: | ||
- name: Get zip from cache | ||
id: get-zip | ||
uses: actions/cache/restore@v3.3.2 | ||
uses: actions/cache/restore@v4.1.2 | ||
with: | ||
path: ${{ env.PROJECT_NAME }}-${{ env.PLATFORM }}-${{ env.VERSION }}.zip | ||
key: ${{ github.run_id }}-${{ github.run_number }}_${{ env.PROJECT_NAME }}-${{ env.PLATFORM }}-${{ env.VERSION }}.zip | ||
|
@@ -345,7 +345,7 @@ jobs: | |
steps: | ||
- name: Get zip from cache | ||
id: get-zip | ||
uses: actions/cache/restore@v3.3.2 | ||
uses: actions/cache/restore@v4.1.2 | ||
with: | ||
path: ${{ env.PROJECT_NAME }}-${{ env.PLATFORM }}-${{ env.VERSION }}.zip | ||
key: ${{ github.run_id }}-${{ github.run_number }}_${{ env.PROJECT_NAME }}-${{ env.PLATFORM }}-${{ env.VERSION }}.zip | ||
|
@@ -372,7 +372,7 @@ jobs: | |
steps: | ||
- name: Get zip from cache | ||
id: get-zip | ||
uses: actions/cache/restore@v3.3.2 | ||
uses: actions/cache/restore@v4.1.2 | ||
with: | ||
path: ${{ env.PROJECT_NAME }}-${{ env.PLATFORM }}-${{ env.VERSION }}.zip | ||
key: ${{ github.run_id }}-${{ github.run_number }}_${{ env.PROJECT_NAME }}-${{ env.PLATFORM }}-${{ env.VERSION }}.zip | ||
|
@@ -399,7 +399,7 @@ jobs: | |
matrix: ${{ steps.set-matrix.outputs.matrix }} | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4.1.0 | ||
uses: actions/checkout@v4.2.2 | ||
- name: Check list of repositories exists | ||
id: check-file | ||
run: test -f ./.github/dependent-repositories.txt || exit 1 | ||
|
@@ -416,7 +416,7 @@ jobs: | |
matrix: ${{fromJson(needs.create-dependent-matrix.outputs.matrix)}} | ||
steps: | ||
- name: Start ${{ matrix.repository }} build | ||
uses: benc-uk/[email protected].2 | ||
uses: benc-uk/[email protected].4 | ||
with: | ||
workflow: Nightly | ||
repo: ${{ matrix.repository }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
name: 'Test Linux' | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4.1.0 | ||
uses: actions/checkout@v4.2.2 | ||
- name: Load SmalltalkCI environment | ||
uses: hpi-swa/[email protected] | ||
id: smalltalkci | ||
|
@@ -47,7 +47,7 @@ jobs: | |
name: 'Test Windows' | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4.1.0 | ||
uses: actions/checkout@v4.2.2 | ||
- name: Load SmalltalkCI environment | ||
uses: hpi-swa/[email protected] | ||
id: smalltalkci | ||
|
@@ -66,7 +66,7 @@ jobs: | |
matrix: ${{ steps.set-matrix.outputs.matrix }} | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4.1.0 | ||
uses: actions/checkout@v4.2.2 | ||
- name: Check list of repositories exists | ||
id: check-file | ||
run: test -f ./.github/dependent-repositories.txt || exit 1 | ||
|
@@ -83,7 +83,7 @@ jobs: | |
matrix: ${{fromJson(needs.create-dependent-matrix.outputs.matrix)}} | ||
steps: | ||
- name: Start ${{ matrix.repository }} build | ||
uses: benc-uk/[email protected].2 | ||
uses: benc-uk/[email protected].4 | ||
with: | ||
workflow: Nightly | ||
repo: ${{ matrix.repository }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
PLATFORM: ${{ github.job }} | ||
name: 'Test Linux' | ||
steps: | ||
- uses: actions/checkout@v4.1.0 | ||
- uses: actions/checkout@v4.2.2 | ||
- uses: hpi-swa/[email protected] | ||
id: smalltalkci | ||
with: | ||
|
@@ -34,7 +34,7 @@ jobs: | |
PLATFORM: ${{ github.job }} | ||
name: 'Test Windows' | ||
steps: | ||
- uses: actions/checkout@v4.1.0 | ||
- uses: actions/checkout@v4.2.2 | ||
- uses: hpi-swa/[email protected] | ||
id: smalltalkci | ||
with: | ||
|