From b78ab6c6605cdcaa1dc31c3ebaf9da07d3d1cac7 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Mon, 23 Sep 2024 16:07:27 +0100 Subject: [PATCH] s/latest/linked/ --- .github/workflows/__go-custom-queries.yml | 2 +- .github/workflows/__remote-config.yml | 2 +- .github/workflows/__unset-environment.yml | 2 +- pr-checks/checks/go-custom-queries.yml | 2 +- pr-checks/checks/remote-config.yml | 2 +- pr-checks/checks/unset-environment.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/__go-custom-queries.yml b/.github/workflows/__go-custom-queries.yml index 191fd9a75..b52f120e4 100644 --- a/.github/workflows/__go-custom-queries.yml +++ b/.github/workflows/__go-custom-queries.yml @@ -28,7 +28,7 @@ jobs: matrix: include: - os: ubuntu-latest - version: latest + version: linked - os: ubuntu-latest version: nightly-latest name: 'Go: Custom queries' diff --git a/.github/workflows/__remote-config.yml b/.github/workflows/__remote-config.yml index 918eef69a..3493b99ed 100644 --- a/.github/workflows/__remote-config.yml +++ b/.github/workflows/__remote-config.yml @@ -28,7 +28,7 @@ jobs: matrix: include: - os: ubuntu-latest - version: latest + version: linked - os: ubuntu-latest version: nightly-latest name: Remote config file diff --git a/.github/workflows/__unset-environment.yml b/.github/workflows/__unset-environment.yml index 94e2a0062..6f316cba9 100644 --- a/.github/workflows/__unset-environment.yml +++ b/.github/workflows/__unset-environment.yml @@ -28,7 +28,7 @@ jobs: matrix: include: - os: ubuntu-latest - version: latest + version: linked - os: ubuntu-latest version: nightly-latest name: Test unsetting environment variables diff --git a/pr-checks/checks/go-custom-queries.yml b/pr-checks/checks/go-custom-queries.yml index 83be4b149..dd3819911 100644 --- a/pr-checks/checks/go-custom-queries.yml +++ b/pr-checks/checks/go-custom-queries.yml @@ -3,7 +3,7 @@ description: "Checks that Go works in conjunction with a config file specifying operatingSystems: - ubuntu versions: - - latest + - linked - nightly-latest env: DOTNET_GENERATE_ASPNET_CERTIFICATE: "false" diff --git a/pr-checks/checks/remote-config.yml b/pr-checks/checks/remote-config.yml index d4fdee708..75798dec0 100644 --- a/pr-checks/checks/remote-config.yml +++ b/pr-checks/checks/remote-config.yml @@ -3,7 +3,7 @@ description: "Checks that specifying packages using only a config file works" operatingSystems: - ubuntu versions: - - latest + - linked - nightly-latest steps: - uses: ./../action/init diff --git a/pr-checks/checks/unset-environment.yml b/pr-checks/checks/unset-environment.yml index feea15fbd..48cc7e9b3 100644 --- a/pr-checks/checks/unset-environment.yml +++ b/pr-checks/checks/unset-environment.yml @@ -3,7 +3,7 @@ description: "An end-to-end integration test that unsets some environment variab operatingSystems: - ubuntu versions: - - latest + - linked - nightly-latest steps: - uses: ./../action/init