Skip to content

Commit

Permalink
Update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
j8r committed Feb 13, 2023
1 parent 857fdbb commit 643f3aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
container: crystallang/crystal:latest-alpine
steps:
- name: Download source code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Format
run: "crystal tool format --check"
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
container:
image: crystallang/crystal:latest-alpine
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build
run: crystal docs -o /docs
- name: Deploy
Expand Down

0 comments on commit 643f3aa

Please sign in to comment.