Skip to content

Commit 557c794

Browse files
Merge pull request #3217 from OctopusDeploy/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 960677b + 0cf9fc2 commit 557c794

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/branch-markdown.yml

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

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323
with:
2424
fetch-depth: 0 # Fetch all history for comparison
2525

.github/workflows/branch-spellcheck.yml

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

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323

2424
- name: Load versions
2525
run: cat .github/versions.env >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)