Skip to content

Commit

Permalink
build(deps): update notdodo/github-actions requirement to rust-ci-v0.1.1
Browse files Browse the repository at this point in the history
Updates the requirements on [notdodo/github-actions](https://github.com/notdodo/github-actions) to permit the latest version.
- [Commits](https://github.com/notdodo/github-actions/commits/rust-ci-v0.1.1)

---
updated-dependencies:
- dependency-name: notdodo/github-actions
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 20, 2024
1 parent db9748f commit 32961f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gitleaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on:

jobs:
gitleaks:
uses: notdodo/github-actions/.github/workflows/gitleaks.yml@gitleaks-v0.0.3
uses: notdodo/github-actions/.github/workflows/gitleaks.yml@rust-ci-v0.1.1
2 changes: 1 addition & 1 deletion .github/workflows/pulumi-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

jobs:
python-ci-pulumi:
uses: notdodo/github-actions/.github/workflows/python-ci.yml@python-ci-v0.0.4
uses: notdodo/github-actions/.github/workflows/python-ci.yml@rust-ci-v0.1.1
with:
poetry-version: latest
python-version: 3.12
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
actions: read
security-events: write
contents: read
uses: notdodo/github-actions/.github/workflows/[email protected].0
uses: notdodo/github-actions/.github/workflows/[email protected].1
with:
working-directory: ./app/fetcher

Expand All @@ -24,6 +24,6 @@ jobs:
actions: read
security-events: write
contents: read
uses: notdodo/github-actions/.github/workflows/[email protected].0
uses: notdodo/github-actions/.github/workflows/[email protected].1
with:
working-directory: ./app/bot

0 comments on commit 32961f5

Please sign in to comment.