Skip to content

Commit

Permalink
Upgrade github action workflows steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpadams committed Apr 10, 2024
1 parent 9c6c828 commit e40ce08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stable-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ jobs:
steps:
-
name: 💳 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
lfs: true
token: ${{secrets.ADMIN_GITHUB_TOKEN}}
fetch-depth: 0
-
name: 💵 Maven Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2/repository
# The "key" used to indicate a set of cached files is the operating system runner
Expand All @@ -73,7 +73,7 @@ jobs:
with:
assembly: stable
maven-build-phases: package
maven-doc-phases: install,site,site:stage
maven-doc-phases: clean,install,site,site:stage
maven-stable-artifact-phases: clean,install,site,site:stage
packages: openjdk11-jdk
env:
Expand Down

0 comments on commit e40ce08

Please sign in to comment.