Skip to content

Commit ffe8073

Browse files
Merge pull request #50 from willtheorangeguy/dependabot/github_actions/actions/checkout-6
2 parents dd252e9 + 2883647 commit ffe8073

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gitleaks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: gitleaks
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v5
8+
- uses: actions/checkout@v6
99
with:
1010
fetch-depth: 0
1111
- uses: gitleaks/gitleaks-action@v2

.github/workflows/update-prices.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@v5
24+
uses: actions/checkout@v6
2525
with:
2626
fetch-depth: 0
2727

0 commit comments

Comments
 (0)