Skip to content

Commit

Permalink
Merge pull request #91 from Sija/dependabot/github_actions/actions/ch…
Browse files Browse the repository at this point in the history
…eckout-4
  • Loading branch information
Sija authored Sep 5, 2023
2 parents 2fa8a11 + 0465e42 commit 37ec012
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 @@ -22,7 +22,7 @@ jobs:
crystal: ${{ matrix.crystal }}

- name: Download source
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install dependencies
run: shards install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: crystal-lang/install-crystal@v1

- name: Download source
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install dependencies
run: shards install
Expand Down

0 comments on commit 37ec012

Please sign in to comment.