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
No known key found for this signature in database
GPG Key ID: 08F06191F4587860

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: |