Skip to content

Commit 84f2ae0

Browse files
authored
Merge pull request vavkamil#64 from vavkamil/dependabot/github_actions/actions/checkout-6.0.1
Bump actions/checkout from 6.0.0 to 6.0.1
2 parents bbb57bc + 3a01002 commit 84f2ae0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/security-zizmor.yml

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

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v6.0.0
24+
uses: actions/checkout@v6.0.1
2525
with:
2626
persist-credentials: false
2727

.github/workflows/stargazers.yml

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

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v6.0.0
18+
uses: actions/checkout@v6.0.1
1919
with:
2020
fetch-depth: 0
2121
persist-credentials: false

0 commit comments

Comments
 (0)