Update actions/checkout action to v4
Unit Tests with docker compose and cargo / unit-test (push) Successful in 1m56s
Details
Unit Tests with docker compose and cargo / unit-test (push) Successful in 1m56s
Details
This commit is contained in:
parent
1c62348f18
commit
7ec6c63496
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Installing necessary packages
|
||||
run: apk add nodejs git curl bash
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: Get access token from secret
|
||||
run: echo "${{ secrets.MASTODON_SECRET }}" > mastodon-data.toml
|
||||
- name: Run tests on docker
|
||||
|
|
|
@ -18,7 +18,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