Skip to content

Commit a9fe7ee

Browse files
authored
Bump github-script action to v9 (#34)
Signed-off-by: Jakub Stejskal <xstejs24@gmail.com>
1 parent ae26d45 commit a9fe7ee

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/utils/check-permissions/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
using: composite
1414
steps:
1515
- name: Check repository permission / team membership
16-
uses: actions/github-script@v8
16+
uses: actions/github-script@v9
1717
env:
1818
TEAM: ${{ inputs.team }}
1919
MESSAGE: ${{ inputs.message }}

.github/actions/utils/determine-ref/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
steps:
1515
- name: Determine ref and SHA
1616
id: determine
17-
uses: actions/github-script@v8
17+
uses: actions/github-script@v9
1818
with:
1919
script: |
2020
const {owner, repo} = context.repo;

.github/actions/utils/should-run/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
steps:
1212
- name: Should Run
1313
id: should_run
14-
uses: actions/github-script@v8
14+
uses: actions/github-script@v9
1515
with:
1616
script: |
1717
const ev = context.eventName;

0 commit comments

Comments
 (0)