Unverified Commit 4a43fd19 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

build(deps): bump actions/checkout from 5 to 6 (#57)

parent b92de690
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ jobs:
      - uses: 'KengoTODA/actions-setup-docker-compose@v1'
        with:
          version: '2.20.2'
      - uses: 'actions/checkout@v5'
      - uses: 'actions/checkout@v6'
      - name: 'DEBUG'
        run: 'docker version && docker compose version'
      - name: 'Run tests'
@@ -96,7 +96,7 @@ jobs:
  Lint:
    runs-on: 'ubuntu-latest'
    steps:
      - uses: 'actions/checkout@v5'
      - uses: 'actions/checkout@v6'
      - name: 'Install yamllint'
        run: 'pip install yamllint'
      - name: 'yamllint version'
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ jobs:
  health-check:
    runs-on: 'ubuntu-latest'
    steps:
      - uses: 'actions/checkout@v5'
      - uses: 'actions/checkout@v6'
      - uses: 'KengoTODA/actions-setup-docker-compose@v1'
        with:
          version: '2.20.2'