Skip to content

Commit b960a0f

Browse files
authored
Merge pull request #277 from flant/dependabot/github_actions/actions/github-script-v4.0.2
chore(deps): bump actions/github-script from v3 to v4.0.2
2 parents e9f7e3a + be1227b commit b960a0f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish-dev-amd64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
if: github.event_name == 'pull_request' && github.event.label.id == 2648778919
2929
steps:
30-
- uses: actions/github-script@v3
30+
- uses: actions/github-script@v4.0.2
3131
with:
3232
github-token: ${{secrets.GITHUB_TOKEN}}
3333
script: |

.github/workflows/publish-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
if: github.event_name == 'pull_request' && github.event.label.id == 1838515600 # ':robot: build dev image: multiarch' label
2323
steps:
24-
- uses: actions/github-script@v3
24+
- uses: actions/github-script@v4.0.2
2525
with:
2626
github-token: ${{secrets.GITHUB_TOKEN}}
2727
script: |

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
if: github.event_name == 'pull_request' && github.event.label.id == 1838578615 # ':robot: run e2e matrix' label
2222
steps:
23-
- uses: actions/github-script@v3
23+
- uses: actions/github-script@v4.0.2
2424
with:
2525
github-token: ${{secrets.GITHUB_TOKEN}}
2626
script: |

0 commit comments

Comments
 (0)