Skip to content

Commit 01712a6

Browse files
committed
Bump the versions of the checkout and cache actions
1 parent 464d5d2 commit 01712a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: actions/cache@v2
12+
- uses: actions/checkout@v4
13+
- uses: actions/cache@v4
1414
with:
1515
path: ~/.m2
1616
key: v1-dependencies-${{ hashFiles('project.clj') }}

0 commit comments

Comments
 (0)