Skip to content

Commit

Permalink
Update update-provider.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer authored Jun 11, 2024
1 parent cac401a commit 494ba0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ jobs:

runs-on: ubuntu-latest
env:
luceeVersion: zero-6.0.0.495-SNAPSHOT
luceeVersion: zero-6.0.3.1

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
- name: Cache Maven packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2
key: lucee-script-runner-maven-cache
Expand Down

0 comments on commit 494ba0b

Please sign in to comment.