Skip to content

Commit

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

Bump actions/checkout from 3 to 4
  • Loading branch information
chvp authored Sep 9, 2023
2 parents 09bfc3a + 5a87436 commit 94dce73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup ruby from /.ruby_version
uses: ruby/setup-ruby@v1
with:
Expand All @@ -42,7 +42,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup ruby from /.ruby_version
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 94dce73

Please sign in to comment.