Skip to content

Commit 0874ed7

Browse files
Merge pull request #36 from dev-proxy-tools/dependabot/github_actions/actions/checkout-6.0.3
Bump actions/checkout from 6.0.2 to 6.0.3
2 parents cf32126 + 3b24cfa commit 0874ed7

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
@@ -11,7 +11,7 @@ jobs:
1111
working-directory: DevProxy.Hosting
1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v6.0.2
14+
uses: actions/checkout@v6.0.3
1515

1616
- name: Setup .NET
1717
uses: actions/setup-dotnet@v5.3.0

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
working-directory: DevProxy.Hosting
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v6.0.2
19+
uses: actions/checkout@v6.0.3
2020

2121
- name: Setup .NET
2222
uses: actions/setup-dotnet@v5.3.0

0 commit comments

Comments
 (0)