Skip to content

Commit

Permalink
Merge pull request #2 from mamantoha/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
mamantoha authored Oct 29, 2023
2 parents 2e63365 + 02ed3a7 commit 029d512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/crystal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Install Crystal
uses: crystal-lang/install-crystal@v1
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install dependencies
run: shards install
- name: Check format
Expand All @@ -26,7 +26,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: Run tests
Expand Down

0 comments on commit 029d512

Please sign in to comment.