Skip to content

Commit 493b36e

Browse files
⬆️ Updates actions/github-script action to v3.1.1
Signed-off-by: Renovate Bot <[email protected]>
1 parent d7173ec commit 493b36e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/comment_on_issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
comment:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/[email protected].0
11+
- uses: actions/[email protected].1
1212
with:
1313
github-token: ${{secrets.GITHUB_TOKEN}}
1414
script: |

.github/workflows/welcome_contributor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
welcome:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/[email protected].0
9+
- uses: actions/[email protected].1
1010
with:
1111
github-token: ${{secrets.GITHUB_TOKEN}}
1212
script: |

0 commit comments

Comments
 (0)