Skip to content

Commit e1b6b89

Browse files
Merge pull request #6 from dev-proxy-tools/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 694906a + cfc71fb commit e1b6b89

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@v4
14+
uses: actions/checkout@v5
1515

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

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
working-directory: DevProxy.Hosting
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)