Skip to content

Commit

Permalink
test: try with stable
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Jan 26, 2024
1 parent 8bad5c9 commit 7dd1867
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/georchestra-gn4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ jobs:
timeout-minutes: 40
steps:
- name: "Checking out"
uses: actions/checkout@v2.4.0
uses: actions/checkout@v4
with:
submodules: 'recursive'

- name: "Checking out geOrchestra (needed for building dependencies)"
uses: actions/checkout@v2.4.0
uses: actions/checkout@v4
with:
repository: "georchestra/georchestra"
path: "georchestra"
branch: "23.0.x"
ref: "23.0.x"

- name: "Setting up Java"
uses: actions/setup-java@v2
Expand Down

0 comments on commit 7dd1867

Please sign in to comment.