From 7e5bafcdb5d8ea1872696dcd4eea21c6fe784efc Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Thu, 15 Jun 2023 11:04:44 +0100 Subject: [PATCH] Use `stable-v2.13.4` for integration test --- .github/workflows/__resolve-environment-action.yml | 6 +++--- pr-checks/checks/resolve-environment-action.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/__resolve-environment-action.yml b/.github/workflows/__resolve-environment-action.yml index ee6154cdc..515a6b09a 100644 --- a/.github/workflows/__resolve-environment-action.yml +++ b/.github/workflows/__resolve-environment-action.yml @@ -26,11 +26,11 @@ jobs: matrix: include: - os: ubuntu-latest - version: nightly-latest + version: stable-v2.13.4 - os: macos-latest - version: nightly-latest + version: stable-v2.13.4 - os: windows-latest - version: nightly-latest + version: stable-v2.13.4 name: Resolve environment permissions: contents: read diff --git a/pr-checks/checks/resolve-environment-action.yml b/pr-checks/checks/resolve-environment-action.yml index 60116052f..0a5b26364 100644 --- a/pr-checks/checks/resolve-environment-action.yml +++ b/pr-checks/checks/resolve-environment-action.yml @@ -1,6 +1,6 @@ name: "Resolve environment" description: "Tests that the resolve-environment action works for Go" -versions: ["nightly-latest"] +versions: ["stable-v2.13.4"] steps: - uses: ./../action/init with: