Skip to content

Commit e8217f2

Browse files
authored
Merge pull request #160 from codemonkey85/dependabot/github_actions/actions/checkout-7.0.1
Bump actions/checkout from 7.0.0 to 7.0.1
2 parents 5fe1401 + 3cb2c86 commit e8217f2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/buildandtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
# uses GitHub's checkout action to checkout code form the release branch
2626
- name: Checkout code
27-
uses: actions/checkout@v7.0.0
27+
uses: actions/checkout@v7.0.1
2828

2929
# sets up .NET SDK
3030
- name: Setup .NET

.github/workflows/main_aboutcodemonkey85.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
# uses GitHub's checkout action to checkout code form the main branch
2323
- name: Checkout code
24-
uses: actions/checkout@v7.0.0
24+
uses: actions/checkout@v7.0.1
2525

2626
# sets up .NET SDK
2727
- name: Setup .NET

0 commit comments

Comments
 (0)