Skip to content

Commit

Permalink
chore: upgrade to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcooke committed Feb 25, 2024
1 parent 4c3edc0 commit 89443ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
Expand All @@ -25,7 +25,7 @@ jobs:
- 3.2
- 3.3
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
Expand All @@ -39,7 +39,7 @@ jobs:
needs: [lint, test]
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: actions/setup-ruby@v1
with:
Expand Down

0 comments on commit 89443ad

Please sign in to comment.