chore(deps): update actions/checkout action to v4
All checks were successful
Build and publish Image / build-and-push (push) Successful in 47s

This commit is contained in:
2024-02-04 21:36:01 +00:00
parent a6d42086a7
commit 60249b9c1e
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh