Skip to content

Commit

Permalink
chore(ci): Bump actions/add-to-project from 1.0.0 to 1.0.1
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.1.
- [Release notes](https://github.com/actions/add-to-project/releases)
- [Commits](actions/add-to-project@v1.0.0...v1.0.1)

---
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] committed Apr 12, 2024
1 parent 153919d commit ab3e6ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gardener_open_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
project-url: https://github.com/orgs/vectordotdev/projects/49
github-token: ${{ secrets.GH_PROJECT_PAT }}
4 changes: 2 additions & 2 deletions .github/workflows/gardener_open_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
username: ${{ github.actor }}
team: vector
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
- uses: actions/[email protected].0
- uses: actions/[email protected].1
if: ${{ steps.checkVectorMember.outputs.isTeamMember == 'false' }}
with:
project-url: https://github.com/orgs/vectordotdev/projects/49
Expand All @@ -37,7 +37,7 @@ jobs:
timeout-minutes: 5
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
project-url: https://github.com/orgs/vectordotdev/projects/49
github-token: ${{ secrets.GH_PROJECT_PAT }}

0 comments on commit ab3e6ef

Please sign in to comment.