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

Reviewed-on: #12
This commit is contained in:
bizcochito 2024-12-01 11:16:02 +00:00
commit ce4c735a55
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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