Skip to content

Commit 98d170a

Browse files
Update actions/checkout action to v4 (#3423)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ff5b845 commit 98d170a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/GenerateAsyncCode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
with:
1717
ref: ${{ github.event.pull_request.head.ref }}
1818
repository: ${{ github.event.pull_request.head.repo.full_name }}

.github/workflows/NetCoreTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- name: Set up ${{matrix.DB}}
4949
run: ${{matrix.DB_INIT}}
50-
- uses: actions/checkout@v3
50+
- uses: actions/checkout@v4
5151
- name: Setup .NET
5252
uses: actions/setup-dotnet@v3
5353
with:

0 commit comments

Comments
 (0)