Skip to content

Commit ed8ed6b

Browse files
Bump actions/checkout from 6 to 7 (#1220)
Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5126c96 commit ed8ed6b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
- name: Set up Ruby
1919
uses: ruby/setup-ruby@v1
2020
with:

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
distribution: 'temurin'
2626
java-version: '21'
2727
- name: Checkout repository
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v7
2929
- name: Set up Ruby
3030
uses: ruby/setup-ruby@v1
3131
with:

0 commit comments

Comments
 (0)