Skip to content

ci: bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 #77

ci: bump dependabot/fetch-metadata from 2.4.0 to 2.5.0

ci: bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 #77

Workflow file for this run

name: Container Tests
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
container-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
- name: Run containerised test suite
run: make container-test