Skip to content

Commit c88bad4

Browse files
authored
Merge pull request #1 from flcdrg/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 95a1c60 + f6498df commit c88bad4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.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 GitHub Action"
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
with:
2020
persist-credentials: false
2121

.github/workflows/take-down.yml

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

1515
steps:
1616
- name: "Checkout GitHub Action"
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
persist-credentials: false
2020

0 commit comments

Comments
 (0)