Skip to content

Commit

Permalink
Bump action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
3TUSK committed Dec 10, 2023
1 parent b5a7a33 commit 848909b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
- '1.19.4-quilt'
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Config Java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Apply Cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
Expand Down

0 comments on commit 848909b

Please sign in to comment.