Skip to content

Commit bd34a90

Browse files
authored
Merge pull request #259 from exoego/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 73c67b2 + 377cbd5 commit bd34a90

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929

3030
- name: Initialize CodeQL
3131
uses: github/codeql-action/init@v3

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Set up Ruby
2020
uses: ruby/setup-ruby@v1

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
RAILS_VERSION: ${{ matrix.rails == '' && '6.1.6' || matrix.rails }}
3333
COVERAGE: ${{ matrix.coverage || '' }}
3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v5
3636
- name: bundle install
3737
run: bundle install -j$(nproc) --retry 3
3838
- run: bundle exec rspec

0 commit comments

Comments
 (0)