Merge pull request 'Update actions/checkout action to v4' (#7) from renovate/actions-checkout-4.x into main

Reviewed-on: #7
This commit is contained in:
bizcochito 2024-12-01 12:42:03 +00:00
commit 9a66258d84
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