Update actions/checkout action to v4
Build image / build (pull_request) Failing after 1m19s
Details
Build image / build (pull_request) Failing after 1m19s
Details
This commit is contained in:
parent
688dfc0e35
commit
5df6c55f52
|
@ -21,7 +21,7 @@ jobs:
|
||||||
- name: Installing necessary packages
|
- name: Installing necessary packages
|
||||||
run: apk add nodejs git curl bash
|
run: apk add nodejs git curl bash
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Docker meta
|
- name: Docker meta
|
||||||
id: meta
|
id: meta
|
||||||
uses: https://github.com/docker/metadata-action@v4
|
uses: https://github.com/docker/metadata-action@v4
|
||||||
|
|
Loading…
Reference in New Issue