From f78c8a3cd17ea68e36deabea1a89d6a19699f12e Mon Sep 17 00:00:00 2001 From: CI Bot Date: Fri, 27 Dec 2024 15:41:17 +0000 Subject: [PATCH] ci(shared): bump vendored ci files --- .github/workflows/check-code.yml | 4 ++-- .github/workflows/vendor/rust-check-code.yml | 4 ++-- ci/vendir.lock.yml | 8 ++++---- ci/vendir.yml | 8 ++++---- ci/vendor/pipeline-fragments.lib.yml | 4 ++-- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/check-code.yml b/.github/workflows/check-code.yml index cf1e1448..207b3c6c 100644 --- a/.github/workflows/check-code.yml +++ b/.github/workflows/check-code.yml @@ -15,7 +15,7 @@ jobs: - name: Install Nix uses: DeterminateSystems/nix-installer-action@v4 - name: Run the Magic Nix Cache - uses: DeterminateSystems/magic-nix-cache-action@v2 - - uses: actions/checkout@v3 + uses: DeterminateSystems/magic-nix-cache-action@v8 + - uses: actions/checkout@v4 - name: Run check code run: nix develop -c make check-code diff --git a/.github/workflows/vendor/rust-check-code.yml b/.github/workflows/vendor/rust-check-code.yml index cf1e1448..207b3c6c 100644 --- a/.github/workflows/vendor/rust-check-code.yml +++ b/.github/workflows/vendor/rust-check-code.yml @@ -15,7 +15,7 @@ jobs: - name: Install Nix uses: DeterminateSystems/nix-installer-action@v4 - name: Run the Magic Nix Cache - uses: DeterminateSystems/magic-nix-cache-action@v2 - - uses: actions/checkout@v3 + uses: DeterminateSystems/magic-nix-cache-action@v8 + - uses: actions/checkout@v4 - name: Run check code run: nix develop -c make check-code diff --git a/ci/vendir.lock.yml b/ci/vendir.lock.yml index b67d2a69..d41973a3 100644 --- a/ci/vendir.lock.yml +++ b/ci/vendir.lock.yml @@ -2,14 +2,14 @@ apiVersion: vendir.k14s.io/v1alpha1 directories: - contents: - git: - commitTitle: 'fix: check-code executable' - sha: cfd07211efb7ef9c986020d1d24069c820fd1717 + commitTitle: 'fix: repo path' + sha: e5c633617958cca41982ea16c231aa78fc6122cd path: . path: ../.github/workflows/vendor - contents: - git: - commitTitle: 'fix: check-code executable' - sha: cfd07211efb7ef9c986020d1d24069c820fd1717 + commitTitle: 'fix: repo path' + sha: e5c633617958cca41982ea16c231aa78fc6122cd path: . path: vendor kind: LockConfig diff --git a/ci/vendir.yml b/ci/vendir.yml index 14f82bd5..6e1c17fe 100644 --- a/ci/vendir.yml +++ b/ci/vendir.yml @@ -7,8 +7,8 @@ directories: contents: - path: . # Copy this folder out to .. git: - url: https://github.com/GaloyMoney/concourse-shared.git - ref: cfd07211efb7ef9c986020d1d24069c820fd1717 + url: https://github.com/GaloyMoney/galoy-concourse-shared.git + ref: e5c633617958cca41982ea16c231aa78fc6122cd includePaths: - shared/actions/* excludePaths: @@ -19,8 +19,8 @@ directories: contents: - path: . git: - url: https://github.com/GaloyMoney/concourse-shared.git - ref: cfd07211efb7ef9c986020d1d24069c820fd1717 + url: https://github.com/GaloyMoney/galoy-concourse-shared.git + ref: e5c633617958cca41982ea16c231aa78fc6122cd includePaths: - shared/ci/**/* excludePaths: diff --git a/ci/vendor/pipeline-fragments.lib.yml b/ci/vendor/pipeline-fragments.lib.yml index db93433d..4bdc9671 100644 --- a/ci/vendor/pipeline-fragments.lib.yml +++ b/ci/vendor/pipeline-fragments.lib.yml @@ -1,11 +1,11 @@ #@ load("@ytt:data", "data") #@ def public_docker_registry(): -#@ return "us.gcr.io/galoy-org" +#@ return "us.gcr.io/galoyorg" #@ end #@ def private_docker_registry(): -#@ return "gcr.io/galoy-org" +#@ return "gcr.io/galoyorg" #@ end #@ def nodejs_concourse_image():