Skip to content

Commit

Permalink
Merge pull request #1 from Paciolan/chore/upgrade-gha-actions
Browse files Browse the repository at this point in the history
👽️ update GHA node versions
  • Loading branch information
dudeofawesome authored Jan 30, 2024
2 parents f142ff0 + bb29278 commit 9d15402
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: 'Checkout Repository 🛎️'
uses: 'actions/checkout@v3'
uses: 'actions/checkout@v4'
- name: 'Use Java'
uses: 'actions/setup-java@v3'
uses: 'actions/setup-java@v4'
with:
distribution: 'temurin'
java-version: '17'
Expand All @@ -26,7 +26,7 @@ jobs:
# - name: 'Setup 🛎️'
# uses: 'dudeofawesome/actions/node-setup@v1'
- name: 'Use Node.js 📗'
uses: 'actions/setup-node@v3'
uses: 'actions/setup-node@v4'
with:
registry-url: 'https://registry.npmjs.org'
- name: 'Install node modules 📥'
Expand Down

0 comments on commit 9d15402

Please sign in to comment.