Skip to content

Commit 57feddf

Browse files
authored
Merge pull request #29 from cardamomcode/dependabot/github_actions/actions/checkout-7
build(deps): bump actions/checkout from 4 to 7
2 parents 43c1106 + b13c0aa commit 57feddf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-blogpost.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.actor != 'github-actions[bot]'
1212
steps:
1313
- name: Checkout Repository
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v7
1515

1616
- name: Set up .NET
1717
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)