Skip to content

Update actions/checkout action to v7.0.1 #443

Update actions/checkout action to v7.0.1

Update actions/checkout action to v7.0.1 #443

Workflow file for this run

name: 'test'
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Check docker-compose setup
run: |
touch geoip.env github_token.env imbridge.env
docker compose config
docker compose -f docker-compose.dev.yml config