Skip to content

Commit

Permalink
Update auto-update-packages workflow actions to Node 20 (#4351)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru authored Jan 27, 2024
1 parent 84ebac9 commit d80c4c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-update-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
- yq

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

- name: Get current package information
shell: bash
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
make readme
- name: Create Pull Request
uses: cloudposse/actions/github/create-pull-request@0.32.0
uses: peter-evans/create-pull-request@v5
if: steps.update.outputs.package_version != steps.current.outputs.package_version
with:
token: ${{ secrets.GITHUB_BOT_TOKEN }}
Expand Down

0 comments on commit d80c4c7

Please sign in to comment.