Skip to content

Commit 09f9377

Browse files
authored
chore(ci): bump actions/checkout to v4 (#10482)
* chore(ci): bump actions/checkout to v4 KAG-5461 * use our toolchain and cargo repos
1 parent bf5c5f7 commit 09f9377

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/build-wasm-test-filters/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131

3232
- name: Install Rust Toolchain
3333
if: steps.restore-cache.outputs.cache-hit != 'true'
34-
uses: crusty-pie/toolchain@0483ab3fbb1e3e4d4847447ac2fe8012d7d23adf
34+
uses: Kong/toolchain@bc77b86dc90d16b1479f85da83d9578122ce97f6
3535
with:
3636
profile: minimal
3737
toolchain: stable
@@ -41,7 +41,7 @@ runs:
4141

4242
- name: cargo build
4343
if: steps.restore-cache.outputs.cache-hit != 'true'
44-
uses: clechasseur/rs-cargo@34eb9ee3e4186e5c7820a54393fbf081f78bc102
44+
uses: Kong/cargo@71cae9646805fdef7782eb47d85bf40765c95a41
4545
with:
4646
command: build
4747
# building in release mode yields smaller library sizes, so it's

.github/workflows/gateway-cluster-api-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
run: 'gcloud info'
129129

130130
- name: Checkout docker-compose-generator
131-
uses: actions/checkout@v3
131+
uses: actions/checkout@v4
132132
with:
133133
repository: Kong/gateway-docker-compose-generator
134134
path: spec-ee/kong-api-tests/gateway-docker-compose-generator

0 commit comments

Comments
 (0)