Skip to content

Commit

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

Bump actions/checkout from 2 to 4
  • Loading branch information
mamantoha authored Sep 5, 2023
2 parents 87c613d + 7d0f8ba commit a8b3f18
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 @@ -12,7 +12,7 @@ jobs:
container: crystallang/crystal
steps:
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install dependencies
run: shards install
Expand All @@ -24,7 +24,7 @@ jobs:
container: crystallang/crystal
steps:
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install dependencies
run: shards install
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
steps:
# Downloads a copy of the code in your repository before running CI tests
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v4

# Performs a clean installation of all dependencies in the `shard.yml` file
- name: Install dependencies
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:
- 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: Generate documentation
Expand Down

0 comments on commit a8b3f18

Please sign in to comment.