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