Skip to content

Commit

Permalink
updated actions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Nov 5, 2024
1 parent 0818624 commit a95a541
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 41 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/build-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ OpenPonk scripts are not signed and when you download OpenPonk, all the files be
It means all the files have attribute com.apple.quarantine that has to be removed. To do that:
1) Open Terminal
2) Navigate to the directory with openponk-plugins (Unix executable script)
3) Run: 'xattr -d com.apple.quarantine openponk-plugins'
2) Navigate to the unzipped directory (with file $PROJECT_NAME)
3) Run: 'xattr -d com.apple.quarantine $PROJECT_NAME'
4) Double click $PROJECT_NAME (Unix executable script)
The $PROJECT_NAME script should remove the quarantine attribute from all the other files and open the OpenPonk application.
Expand Down
50 changes: 25 additions & 25 deletions .github/workflows/publish-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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 }}
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
name: 'Build Windows and upload zip'
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
Expand Down Expand Up @@ -62,11 +62,11 @@ jobs:
name: 'Build Linux and upload zip'
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
Expand Down Expand Up @@ -104,11 +104,11 @@ jobs:
name: 'Build Mac Intel and upload zip'
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
Expand Down Expand Up @@ -146,11 +146,11 @@ jobs:
name: 'Build Mac M1 and upload zip'
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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit a95a541

Please sign in to comment.