File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
14
14
- name : Use Node.js
15
- uses : actions/setup-node@v3
15
+ uses : actions/setup-node@v4
16
16
with :
17
17
node-version : lts/*
18
18
cache : npm
63
63
echo "\`\`\`" >> temp/pr-body.txt
64
64
65
65
- name : Create pull request
66
- uses : peter-evans/create-pull-request@v5
66
+ uses : peter-evans/create-pull-request@v6
67
67
with :
68
- author : ' GitHub Actions <noreply@ github.com>'
68
+ author : ' github-actions[bot] <41898282+github-actions[bot]@users.noreply. github.com>'
69
69
branch : automated/data-update
70
70
commit-message : ' data: Add ${{ steps.meta.outputs.TZDATA_VERSION }}'
71
71
title : ' data: Add ${{ steps.meta.outputs.TZDATA_VERSION }}'
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
22
22
- lts/-2 # Probably EOL depending on release schedules, but still good to test
23
23
24
24
steps :
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
26
26
27
27
- name : Use Node.js ${{ matrix.node-version }}
28
- uses : actions/setup-node@v3
28
+ uses : actions/setup-node@v4
29
29
with :
30
30
node-version : ${{ matrix.node-version }}
31
31
cache : npm
You can’t perform that action at this time.
0 commit comments