Skip to content

Commit

Permalink
Merge pull request #30 from nevinera/nev--use-checkout-v4
Browse files Browse the repository at this point in the history
use checkout@v4
  • Loading branch information
nevinera authored Nov 14, 2023
2 parents 44459af + 45b1287 commit e72bfda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
NO_STEEP: "Because we need to test on versions that are older than steep supports"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up ruby
uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/type_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit e72bfda

Please sign in to comment.