Update actions/checkout action to v4
Build image / build (pull_request) Failing after 1m19s Details

This commit is contained in:
Renovate Bot 2024-12-01 12:26:26 +00:00
parent 688dfc0e35
commit 5df6c55f52
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
- name: Installing necessary packages
run: apk add nodejs git curl bash
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Docker meta
id: meta
uses: https://github.com/docker/metadata-action@v4