Skip to content

Commit

Permalink
use checkout@v4
Browse files Browse the repository at this point in the history
This should produce no actual change for us:
actions/checkout@v3.6.0...v4.1.1
  • Loading branch information
nevinera committed Nov 14, 2023
1 parent 44459af commit 45b1287
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 45b1287

Please sign in to comment.