Skip to content

Commit 0028985

Browse files
authored
Merge pull request #18 from deploymenttheory/dependabot/github_actions/actions/checkout-6.0.0
build(deps): bump actions/checkout from 5.0.0 to 6.0.0
2 parents 8a804ec + a0b43ec commit 0028985

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/auto-merge-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
egress-policy: audit
1717

18-
- uses: actions/checkout@v5.0.0
18+
- uses: actions/checkout@v6.0.0
1919
with:
2020
fetch-depth: 0
2121

.github/workflows/dependancy-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
egress-policy: audit
1717

1818
- name: 'Checkout Repository'
19-
uses: actions/checkout@v5.0.0
19+
uses: actions/checkout@v6.0.0
2020
with:
2121
fetch-depth: 0
2222

.github/workflows/linter.yml

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

2424
- name: Checkout Code
25-
uses: actions/checkout@v5.0.0
25+
uses: actions/checkout@v6.0.0
2626
with:
2727
fetch-depth: 0
2828

0 commit comments

Comments
 (0)