From 63f97d0abf720b563d0272c52395715e59607e58 Mon Sep 17 00:00:00 2001 From: Edoardo Rosa <6991986+notdodo@users.noreply.github.com> Date: Sat, 26 Oct 2024 23:15:13 +0200 Subject: [PATCH] chore: update rust ci --- .github/workflows/bot-deploy.yml | 2 +- .github/workflows/fetcher-deploy.yml | 2 +- .github/workflows/rust-ci.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bot-deploy.yml b/.github/workflows/bot-deploy.yml index 1a4df83..75f6bd2 100644 --- a/.github/workflows/bot-deploy.yml +++ b/.github/workflows/bot-deploy.yml @@ -17,7 +17,7 @@ jobs: security-events: write contents: read id-token: write - uses: notdodo/github-actions/.github/workflows/rust-ci.yml@rust-ci-v0.1.1 + uses: notdodo/github-actions/.github/workflows/rust-ci.yml@rust-ci-v0.1.2 with: working-directory: ./app/bot deploy-lambda: true diff --git a/.github/workflows/fetcher-deploy.yml b/.github/workflows/fetcher-deploy.yml index 09d32cb..2b4d58b 100644 --- a/.github/workflows/fetcher-deploy.yml +++ b/.github/workflows/fetcher-deploy.yml @@ -17,7 +17,7 @@ jobs: security-events: write contents: read id-token: write - uses: notdodo/github-actions/.github/workflows/rust-ci.yml@rust-ci-v0.1.1 + uses: notdodo/github-actions/.github/workflows/rust-ci.yml@rust-ci-v0.1.2 with: working-directory: ./app/fetcher deploy-lambda: true diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index 7041cce..22c1a23 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -15,7 +15,7 @@ jobs: actions: read security-events: write contents: read - uses: notdodo/github-actions/.github/workflows/rust-ci.yml@rust-ci-v0.1.1 + uses: notdodo/github-actions/.github/workflows/rust-ci.yml@rust-ci-v0.1.2 with: working-directory: ./app/fetcher @@ -24,6 +24,6 @@ jobs: actions: read security-events: write contents: read - uses: notdodo/github-actions/.github/workflows/rust-ci.yml@rust-ci-v0.1.1 + uses: notdodo/github-actions/.github/workflows/rust-ci.yml@rust-ci-v0.1.2 with: working-directory: ./app/bot