Skip to content

Commit a4ab29e

Browse files
Merge pull request #34 from dev-proxy-tools/dependabot/github_actions/actions/checkout-6.0.2
Bump actions/checkout from 6 to 6.0.2
2 parents 7b9cde6 + 6e98e97 commit a4ab29e

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
14+
uses: actions/checkout@v6.0.2
1515

1616
- name: Setup .NET
1717
uses: actions/setup-dotnet@v5.2.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
19+
uses: actions/checkout@v6.0.2
2020

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

0 commit comments

Comments
 (0)