Skip to content

Commit 21c982f

Browse files
committed
Change checkout to v3
1 parent 915e550 commit 21c982f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/code-quality-checks.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out repository
14-
uses: actions/checkout@v2
15-
with:
16-
ref: ${{ github.head_ref }}
14+
uses: actions/checkout@v3
1715

1816
- name: Build
1917
uses: ./.github/workflows/build.yml

0 commit comments

Comments
 (0)