Skip to content

Commit 999c547

Browse files
gha(deps): bump actions/github-script from 4 to 5 (#1)
1 parent 48af602 commit 999c547

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.create-react-app.yml

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

7272
steps:
7373
- name: Echo. Cwd - Working Directory
74-
uses: actions/github-script@v4
74+
uses: actions/github-script@v5
7575
with:
7676
result-encoding: string
7777
script: |

.github/workflows/print-events-repo-name.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Cwd - Working Directory
36-
uses: actions/github-script@v4
36+
uses: actions/github-script@v5
3737
with:
3838
result-encoding: string
3939
script: |

0 commit comments

Comments
 (0)