diff --git a/.github/workflows/end-to-end.yml b/.github/workflows/end-to-end.yml index af43624..053f83d 100644 --- a/.github/workflows/end-to-end.yml +++ b/.github/workflows/end-to-end.yml @@ -32,10 +32,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up Python 3.11 - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: 3.11 cache: 'pip' @@ -43,7 +43,7 @@ jobs: e2e/requirements.base requirements.txt - - uses: actions/cache@v4 + - uses: actions/cache@v5 name: Cache Playwright id: playwright-cache with: diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 39412e3..8005130 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -12,7 +12,7 @@ jobs: preview: if: ${{ (github.event.action == 'labeled' && github.event.label.name == 'preview') || (github.event.action != 'labeled' && contains(github.event.pull_request.labels.*.name, 'preview')) }} name: Preview - uses: OpenTTD/actions/.github/workflows/rw-entry-preview-docker-nomad.yml@v5 + uses: OpenTTD/actions/.github/workflows/rw-entry-preview-docker-nomad.yml@v6 secrets: NOMAD_SERVICE_PREVIEW_KEY: ${{ secrets.NOMAD_SERVICE_PREVIEW_KEY }} with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e372ef..737c33d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ on: jobs: release: name: Release - uses: OpenTTD/actions/.github/workflows/rw-entry-release-docker-nomad.yml@v5 + uses: OpenTTD/actions/.github/workflows/rw-entry-release-docker-nomad.yml@v6 secrets: NOMAD_SERVICE_PROD_KEY: ${{ secrets.NOMAD_SERVICE_PROD_KEY }} with: diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 37794b8..f255560 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -11,7 +11,7 @@ on: jobs: testing: name: Testing - uses: OpenTTD/actions/.github/workflows/rw-entry-testing-docker-py.yml@v5 + uses: OpenTTD/actions/.github/workflows/rw-entry-testing-docker-py.yml@v6 with: python-path: truewiki e2e python-version: 3.11