Update actions/checkout action to v4
Unit Tests with docker compose and cargo / unit-test (push) Successful in 1m56s Details

This commit is contained in:
Renovate Bot 2024-11-29 19:02:34 +00:00
parent 1c62348f18
commit 7ec6c63496
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