Skip to content

Commit 988ac36

Browse files
Merge pull request #17 from lukaszkorecki/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents c7f9aff + 4b6bab0 commit 988ac36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
image: clojure:openjdk-17-tools-deps-slim-buster
1717

1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020

2121
- name: Cache Clojure deps
2222
uses: actions/cache@v4

0 commit comments

Comments
 (0)