We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0470574 commit adcdb00Copy full SHA for adcdb00
.github/workflows/build_and_deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: checkout
18
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
19
with:
20
ref: ${{ github.head_ref }}
21
0 commit comments