Skip to content

Commit 2facea0

Browse files
committed
bump actions
1 parent 2c5b667 commit 2facea0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
- name: Setup Java ${{ matrix.jdk }}
2626
uses: actions/[email protected]
2727
with:
2828
distribution: temurin
2929
java-version: ${{ matrix.jdk }}
3030
- name: Maven Cache
3131
id: maven-cache
32-
uses: actions/cache@v3
32+
uses: actions/cache@v4
3333
with:
3434
path: |
3535
~/.m2/repository
@@ -68,7 +68,7 @@ jobs:
6868
m2-cache-${{ env.ACTIONS_CACHE_VERSION }}-${{ hashFiles('project.clj') }}-
6969
m2-cache-${{ env.ACTIONS_CACHE_VERSION }}-
7070
- name: Prepare java
71-
uses: actions/setup-java@v2
71+
uses: actions/setup-java@v4
7272
with:
7373
distribution: 'adopt'
7474
java-version: '11'

0 commit comments

Comments
 (0)