Skip to content

Commit c03fd6e

Browse files
authored
build: fix github actions breaking due to symlink in dev-infra repository (#24823)
Updates the Github actions now that angular/dev-infra@c9d0bf5 has landed.
1 parent 37db2d5 commit c03fd6e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/dev-infra.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
12-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@63547286e1423fe55df2e4b8a93b435f982f52a1
12+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@c9d0bf5e5facaf816f0af90547728fb8752ef97e
1313
with:
1414
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

Diff for: .github/workflows/feature-requests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
if: github.repository == 'angular/components'
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: angular/dev-infra/github-actions/feature-request@63547286e1423fe55df2e4b8a93b435f982f52a1
13+
- uses: angular/dev-infra/github-actions/feature-request@c9d0bf5e5facaf816f0af90547728fb8752ef97e
1414
with:
1515
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

Diff for: .github/workflows/lock-closed.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
lock_closed:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: angular/dev-infra/github-actions/lock-closed@63547286e1423fe55df2e4b8a93b435f982f52a1
12+
- uses: angular/dev-infra/github-actions/lock-closed@c9d0bf5e5facaf816f0af90547728fb8752ef97e
1313
with:
1414
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)