Skip to content

Commit 55826ac

Browse files
authored
Merge pull request #308 from riemann/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents e9a2001 + 11ae284 commit 55826ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
lint:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- name: Setup ruby
1818
uses: ruby/setup-ruby@v1
1919
with:
@@ -34,7 +34,7 @@ jobs:
3434
- '3.3'
3535
- '3.4'
3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838
- name: Setup Ruby
3939
uses: ruby/setup-ruby@v1
4040
with:

.github/workflows/codeql-analysis.yml

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

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

0 commit comments

Comments
 (0)