Skip to content

Commit

Permalink
chore(deps): bump actions/add-to-project from 1.0.0 to 1.0.2
Browse files Browse the repository at this point in the history
Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 1.0.0 to 1.0.2.
- [Release notes](https://github.com/actions/add-to-project/releases)
- [Commits](actions/add-to-project@v1.0.0...v1.0.2)

---
updated-dependencies:
- dependency-name: actions/add-to-project
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 2fb054d commit 8acc777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/triage-labeler.yaml
enable-versioned-regex: 0
- uses: actions/[email protected].0
- uses: actions/[email protected].2
with:
github-token: "${{ secrets.MEOWBLECOIN_PAT }}"
project-url: https://github.com/orgs/mobilecoinfoundation/projects/5
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
contents: read
pull-requests: write
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
with:
github-token: "${{ secrets.MEOWBLECOIN_PAT }}"
project-url: https://github.com/orgs/mobilecoinfoundation/projects/7
Expand Down

0 comments on commit 8acc777

Please sign in to comment.