Merge pull request 'Update actions/checkout action to v4' (#12) from renovate/actions-checkout-4.x into main
Unit Tests with docker compose and cargo / unit-test (push) Successful in 3m13s
Details
Unit Tests with docker compose and cargo / unit-test (push) Successful in 3m13s
Details
Reviewed-on: #12
This commit is contained in:
commit
ce4c735a55
|
@ -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