Skip to content

Commit

Permalink
PR #236 from Noy-Zini: replace plugins versions withe commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az authored Sep 24, 2024
2 parents 47cf14d + dd7e77c commit 315b6ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-jp502.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 #v3
- name: setup workspace
run: yes | ./setup_workspace.sh 5.0.2
- name: apply patches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-jp512.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 #v3
- name: setup workspace
run: yes | ./setup_workspace.sh 5.1.2
- name: apply patches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-jp6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 #v3
- name: setup workspace
run: yes | ./setup_workspace.sh 6.0
- name: apply patches
Expand Down

0 comments on commit 315b6ae

Please sign in to comment.