Skip to content

Commit f9b3644

Browse files
authored
Merge pull request #10 from TheQmaks/dependabot/github_actions/actions/checkout-7.0.1
chore(deps): bump actions/checkout from 4.4.0 to 7.0.1
2 parents cf98cee + 158b320 commit f9b3644

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

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

9696
steps:
9797
- name: Check out builder
98-
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
98+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
9999
with:
100100
persist-credentials: false
101101

.github/workflows/ci.yml

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

2323
steps:
2424
- name: Check out repository
25-
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
25+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2626
with:
2727
persist-credentials: false
2828

.github/workflows/codeql.yml

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

3232
steps:
3333
- name: Check out repository
34-
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
34+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3535
with:
3636
persist-credentials: false
3737

.github/workflows/scheduled-build.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: Check out resolver
46-
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
46+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4747
with:
4848
persist-credentials: false
4949

0 commit comments

Comments
 (0)