Skip to content

Commit 0a1bb9c

Browse files
authored
Merge pull request #68 from IBM/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents e107812 + c9f72a9 commit 0a1bb9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5858
steps:
5959
- name: Checkout repository
60-
uses: actions/checkout@v5
60+
uses: actions/checkout@v6
6161

6262
# Initializes the CodeQL tools for scanning.
6363
- name: Initialize CodeQL

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
linting:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- name: GitHub Action for SwiftLint
1818
uses: norio-nomura/action-swiftlint@3.2.1
1919
test:
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
xcode-version: latest-stable
2626
- name: Checkout project
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828
- name: Build
2929
shell: bash
3030
run: |

0 commit comments

Comments
 (0)