Skip to content

Commit 6d507d6

Browse files
Merge pull request #289 from kolappannathan/dependabot/github_actions/actions/checkout-6.0.1
2 parents f7eda7a + 1c549e8 commit 6d507d6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/CD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: windows-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v6.0.0
12+
uses: actions/checkout@v6.0.1
1313
with:
1414
show-progress: false
1515
- uses: actions/cache@v4
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Checkout
41-
uses: actions/checkout@v6.0.0
41+
uses: actions/checkout@v6.0.1
4242
with:
4343
show-progress: false
4444
- name: Install dependencies

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v6.0.0
12+
uses: actions/checkout@v6.0.1
1313
with:
1414
show-progress: false
1515
- name: Install dependencies

.github/workflows/codeql-analysis.yml

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

3838
steps:
3939
- name: Checkout repository
40-
uses: actions/checkout@v6.0.0
40+
uses: actions/checkout@v6.0.1
4141

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

0 commit comments

Comments
 (0)