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:
commit
9a66258d84
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue