Update actions/checkout action to v4 #7

Merged
bizcochito merged 1 commits from renovate/actions-checkout-4.x into main 2024-12-01 12:42:05 +00:00
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