Skip to content

Commit 70db76e

Browse files
committed
build: bump actions to v4
1 parent 687dff1 commit 70db76e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet_nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Setup
1717

1818
- name: Checkout latest
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
with:
2121
submodules: true
2222
- name: Checkout private tools
@@ -26,7 +26,7 @@ jobs:
2626
token: ${{ secrets.NR_INTEROP_TOKEN }}
2727
path: NR_INTEROP
2828
- name: Setup dotnet
29-
uses: actions/setup-dotnet@v3
29+
uses: actions/setup-dotnet@v4
3030
with:
3131
dotnet-version: "6.x"
3232
# Run build script

0 commit comments

Comments
 (0)