From 0e883f7a7f68cf73fb1b8e355890c8f669284ea1 Mon Sep 17 00:00:00 2001 From: Edoardo Rosa <6991986+notdodo@users.noreply.github.com> Date: Sun, 27 Oct 2024 23:15:46 +0100 Subject: [PATCH] hotfix: rust-ci update --- .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 c1910c2..1558570 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.2 + uses: notdodo/github-actions/.github/workflows/rust-ci.yml@rust-ci-v0.1.3 with: working-directory: ./app/bot deploy-lambda: true diff --git a/.github/workflows/fetcher-deploy.yml b/.github/workflows/fetcher-deploy.yml index 963140b..0b3ed4a 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.2 + uses: notdodo/github-actions/.github/workflows/rust-ci.yml@rust-ci-v0.1.3 with: working-directory: ./app/fetcher deploy-lambda: true diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index 22c1a23..c598f2a 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.2 + uses: notdodo/github-actions/.github/workflows/rust-ci.yml@rust-ci-v0.1.3 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.2 + uses: notdodo/github-actions/.github/workflows/rust-ci.yml@rust-ci-v0.1.3 with: working-directory: ./app/bot