update checkout action

This commit is contained in:
aptalca
2023-02-04 15:06:08 -05:00
parent 3e17e368c8
commit f008f6cd03
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2.3.3 - uses: actions/checkout@v3.1.0
- name: Build image - name: Build image
run: | run: |