Skip to content

Commit

Permalink
ci: checkout action v4 in example github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Oct 2, 2023
1 parent 4b346e6 commit a6371f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/continuous-integration/github-workflow/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ An event triggers a configured workflow which contains one or more jobs. A job c
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cache Clojure Dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit a6371f6

Please sign in to comment.