Skip to content

Commit

Permalink
Update checkout.
Browse files Browse the repository at this point in the history
  • Loading branch information
timcassell committed Jan 31, 2025
1 parent b883521 commit 43c07ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.repository == 'dotnet/BenchmarkDotNet' }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set date
run: echo "DATE=$(date +'%Y%m%d')" >> $GITHUB_ENV
- name: Pack
Expand Down

0 comments on commit 43c07ca

Please sign in to comment.