Skip to content

Commit 43c07ca

Browse files
committed
Update checkout.
1 parent b883521 commit 43c07ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-nightly.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
if: ${{ github.repository == 'dotnet/BenchmarkDotNet' }}
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: Set date
1616
run: echo "DATE=$(date +'%Y%m%d')" >> $GITHUB_ENV
1717
- name: Pack

0 commit comments

Comments
 (0)