Skip to content

Commit c23127f

Browse files
ci: update actions/checkout version in github workflow example
1 parent 32bc934 commit c23127f

File tree

1 file changed

+1
-1
lines changed
  • docs/continuous-integration/github-workflow

1 file changed

+1
-1
lines changed

docs/continuous-integration/github-workflow/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ An event triggers a configured workflow which contains one or more jobs. A job c
5252
runs-on: ubuntu-latest
5353
steps:
5454
- name: Checkout
55-
uses: actions/checkout@v4
55+
uses: actions/checkout@v5
5656

5757
- name: Cache Clojure Dependencies
5858
uses: actions/cache@v3

0 commit comments

Comments
 (0)