diff --git a/.github/workflows/dispath-update.yml b/.github/workflows/dispath-update.yml index 38da972b..295803d9 100644 --- a/.github/workflows/dispath-update.yml +++ b/.github/workflows/dispath-update.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout this repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Extract tag name run: echo "TAG_NAME=${{ github.event.client_payload.tag }}" >> $GITHUB_ENV diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2718eae2..f3375388 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,6 +9,6 @@ jobs: # Ensures default fresh checkout can create containers. runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - run: docker compose up --no-start - run: docker compose -f docker-compose.yml -f compose-debug.yml up --no-start