Skip to content

Commit bb1d09a

Browse files
authored
Merge pull request #59 from riemann/dependabot/github_actions/actions/checkout-6
2 parents 33bcce9 + dcf9aca commit bb1d09a

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@v5
16+
- uses: actions/checkout@v6
1717
- name: Setup ruby
1818
uses: ruby/setup-ruby@v1
1919
with:
@@ -35,7 +35,7 @@ jobs:
3535
- '3.3'
3636
- '3.4'
3737
steps:
38-
- uses: actions/checkout@v5
38+
- uses: actions/checkout@v6
3939
- name: Setup Ruby
4040
uses: ruby/setup-ruby@v1
4141
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@v5
41+
uses: actions/checkout@v6
4242

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

0 commit comments

Comments
 (0)