Skip to content

Commit

Permalink
ci: Update to latest version of all actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gilmoreorless committed Feb 4, 2024
1 parent 253bb00 commit 0a32e82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-data.yml
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: npm
Expand Down Expand Up @@ -63,9 +63,9 @@ jobs:
echo "\`\`\`" >> temp/pr-body.txt
- name: Create pull request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
author: 'GitHub Actions <noreply@github.com>'
author: 'github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>'
branch: automated/data-update
commit-message: 'data: Add ${{ steps.meta.outputs.TZDATA_VERSION }}'
title: 'data: Add ${{ steps.meta.outputs.TZDATA_VERSION }}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -22,10 +22,10 @@ jobs:
- lts/-2 # Probably EOL depending on release schedules, but still good to test

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
Expand Down

0 comments on commit 0a32e82

Please sign in to comment.