We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b883521 commit 43c07caCopy full SHA for 43c07ca
.github/workflows/publish-nightly.yaml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
if: ${{ github.repository == 'dotnet/BenchmarkDotNet' }}
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
- name: Set date
16
run: echo "DATE=$(date +'%Y%m%d')" >> $GITHUB_ENV
17
- name: Pack
0 commit comments