Skip to content

Commit

Permalink
Merge pull request #5 from crystal-garage/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
mamantoha authored Sep 5, 2023
2 parents d86470d + 4401e92 commit 50a740d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/crystal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Crystal
uses: crystal-lang/install-crystal@v1
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install dependencies
run: shards install
- name: Check format
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Install Crystal
uses: crystal-lang/install-crystal@v1
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Crystal Ameba Linter
id: crystal-ameba
uses: crystal-ameba/[email protected]
Expand All @@ -48,7 +48,7 @@ jobs:
with:
crystal: ${{ matrix.crystal }}
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install dependencies
run: shards install
- 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 @@ -13,7 +13,7 @@ jobs:
with:
crystal: nightly
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install dependencies
run: shards install
- name: Generate documentation
Expand Down

0 comments on commit 50a740d

Please sign in to comment.