Set checkout action to use major version tag

This commit is contained in:
TheSpad
2023-03-18 15:58:02 +00:00
parent 09d5fccfa9
commit 3573430b91
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.3
- uses: actions/checkout@v3
- name: Build image
run: |