Skip to content

Commit d5862e2

Browse files
authored
Merge pull request #1340 from github/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 4 to 6
2 parents d39213b + 449d378 commit d5862e2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
build-mode: none
4141
steps:
4242
- name: Checkout repository
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v6
4444

4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL

.github/workflows/tests.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: Set up Git repository
17-
uses: actions/checkout@v6.0.3
17+
uses: actions/checkout@v6
1818

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

0 commit comments

Comments
 (0)