Skip to content

Commit 0a32e82

Browse files
committed
ci: Update to latest version of all actions
1 parent 253bb00 commit 0a32e82

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build-data.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313

1414
- name: Use Node.js
15-
uses: actions/setup-node@v3
15+
uses: actions/setup-node@v4
1616
with:
1717
node-version: lts/*
1818
cache: npm
@@ -63,9 +63,9 @@ jobs:
6363
echo "\`\`\`" >> temp/pr-body.txt
6464
6565
- name: Create pull request
66-
uses: peter-evans/create-pull-request@v5
66+
uses: peter-evans/create-pull-request@v6
6767
with:
68-
author: 'GitHub Actions <noreply@github.com>'
68+
author: 'github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>'
6969
branch: automated/data-update
7070
commit-message: 'data: Add ${{ steps.meta.outputs.TZDATA_VERSION }}'
7171
title: 'data: Add ${{ steps.meta.outputs.TZDATA_VERSION }}'

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
- lts/-2 # Probably EOL depending on release schedules, but still good to test
2323

2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626

2727
- name: Use Node.js ${{ matrix.node-version }}
28-
uses: actions/setup-node@v3
28+
uses: actions/setup-node@v4
2929
with:
3030
node-version: ${{ matrix.node-version }}
3131
cache: npm

0 commit comments

Comments
 (0)