Skip to content

Commit f21ada9

Browse files
chore(deps): update actions/add-to-project action to v1.0.2 (#10906)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a4e8267 commit f21ada9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/add-new-issues-to-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Add issue to project
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/[email protected].1
11+
- uses: actions/[email protected].2
1212
with:
1313
project-url: https://github.com/orgs/patternfly/projects/7
1414
github-token: ${{ secrets.GH_PROJECTS }}

.github/workflows/extensions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Add issue to extensions board
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/[email protected].1
12+
- uses: actions/[email protected].2
1313
with:
1414
project-url: https://github.com/orgs/patternfly/projects/12
1515
github-token: ${{ secrets.GH_PROJECTS }}

0 commit comments

Comments
 (0)