Skip to content

Commit 041d655

Browse files
authored
Merge pull request #18 from tilo/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents c1af950 + a73cead commit 041d655

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v6
4242

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

.github/workflows/ruby.yml

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

4444
steps:
4545
- name: clone ${{ github.repository }}
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v6
4747
- name: setup Ruby ${{ matrix.ruby }}
4848
uses: ruby/setup-ruby@v1
4949
with:

0 commit comments

Comments
 (0)