8000 Bump the github-actions group with 1 update (#9622) · codeperl/localstack@218e855 · GitHub
[go: up one dir, main page]

Skip to content

Commit 218e855

Browse files
Bump the github-actions group with 1 update (localstack#9622)
1 parent dfdf585 commit 218e855

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/pr-welcome-first-time-contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
welcome:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/github-script@v6
15+
- uses: actions/github-script@v7
1616
with:
1717
github-token: ${{ secrets.PRO_ACCESS_TOKEN }}
1818
script: |

.github/workflows/rebase-release-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- name: find release branches
1212
id: find-release-branches
13-
uses: actions/github-script@v6
13+
uses: actions/github-script@v7
1414
with:
1515
script: |
1616
// find all refs in the repo starting with "release/"

.github/workflows/rebase-release-targeting-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- name: Determine base ref
1111
id: determine-base-ref
12-
uses: actions/github-script@v6
12+
uses: actions/github-script@v7
1313
with:
1414
result-encoding: string
1515
script: |

.github/workflows/tests-pro-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989

9090
- name: "Determine Companion Ref"
9191
id: determine-companion-ref
92-
uses: actions/github-script@v6
92+
uses: actions/github-script@v7
9393
with:
9494
github-token: ${{ secrets.PRO_ACCESS_TOKEN }}
9595
result-encoding: string

0 commit comments

Comments
 (0)
0