Skip to content

Commit a6e3e8d

Browse files
chore(ci): bump actions/add-to-project from 1.0.1 to 1.0.2 (#909)
Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](actions/add-to-project@v1.0.1...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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8691870 commit a6e3e8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/gardener_open_issue.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Add issue to Gardener project board
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/[email protected].1
14+
- uses: actions/[email protected].2
1515
with:
1616
project-url: https://github.com/orgs/vectordotdev/projects/49
1717
github-token: ${{ secrets.GH_PROJECT_PAT }}

.github/workflows/gardener_open_pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
username: ${{ github.actor }}
2626
team: vector
2727
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
28-
- uses: actions/[email protected].1
28+
- uses: actions/[email protected].2
2929
if: ${{ steps.checkVectorMember.outputs.isTeamMember == 'false' }}
3030
with:
3131
project-url: https://github.com/orgs/vectordotdev/projects/49
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
if: ${{ github.actor == 'dependabot[bot]' }}
3737
steps:
38-
- uses: actions/[email protected].1
38+
- uses: actions/[email protected].2
3939
with:
4040
project-url: https://github.com/orgs/vectordotdev/projects/49
4141
github-token: ${{ secrets.GH_PROJECT_PAT }}

0 commit comments

Comments
 (0)