Skip to content

Commit

Permalink
ci(shared): bump vendored ci files
Browse files Browse the repository at this point in the history
  • Loading branch information
galoybot committed Dec 27, 2024
1 parent 16725c5 commit b8848d6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/vendor/rust-check-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions ci/vendir.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- git:
commitTitle: 'fix: check-code executable'
sha: cfd07211efb7ef9c986020d1d24069c820fd1717
commitTitle: 'chore: upgrade shared rust github actions (#57)'
sha: 47fcb3b3e18d67f28b551b8aa9a36e01ef635eda
path: .
path: ../.github/workflows/vendor
- contents:
- git:
commitTitle: 'fix: check-code executable'
sha: cfd07211efb7ef9c986020d1d24069c820fd1717
commitTitle: 'chore: upgrade shared rust github actions (#57)'
sha: 47fcb3b3e18d67f28b551b8aa9a36e01ef635eda
path: .
path: vendor
kind: LockConfig
4 changes: 2 additions & 2 deletions ci/vendir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ directories:
- path: . # Copy this folder out to ..
git:
url: https://github.com/GaloyMoney/concourse-shared.git
ref: cfd07211efb7ef9c986020d1d24069c820fd1717
ref: 47fcb3b3e18d67f28b551b8aa9a36e01ef635eda
includePaths:
- shared/actions/*
excludePaths:
Expand All @@ -20,7 +20,7 @@ directories:
- path: .
git:
url: https://github.com/GaloyMoney/concourse-shared.git
ref: cfd07211efb7ef9c986020d1d24069c820fd1717
ref: 47fcb3b3e18d67f28b551b8aa9a36e01ef635eda
includePaths:
- shared/ci/**/*
excludePaths:
Expand Down

0 comments on commit b8848d6

Please sign in to comment.