We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3199a24 commit 5db38d3Copy full SHA for 5db38d3
.github/workflows/dotnet.yml
@@ -20,7 +20,7 @@ jobs:
20
build:
21
runs-on: ubuntu-latest
22
steps:
23
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
24
- name: Set Version Variable
25
if: ${{ github.ref_type == 'tag' }}
26
env:
0 commit comments