Skip to content

Commit

Permalink
Bump action dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stevelacey committed Feb 27, 2024
1 parent 90cfc7d commit 5bfaeda
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ outputs:
runs:
using: "composite"
steps:
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc

Expand Down Expand Up @@ -75,7 +75,7 @@ runs:
shell: bash

- id: pull-request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
with:
title: ${{ inputs.title }}
body: |
Expand Down
2 changes: 1 addition & 1 deletion php/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ runs:
shell: bash

- id: pull-request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
with:
title: ${{ inputs.title }}
body: |
Expand Down
4 changes: 2 additions & 2 deletions python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ outputs:
runs:
using: "composite"
steps:
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5

- id: update
run: |
Expand Down Expand Up @@ -70,7 +70,7 @@ runs:
shell: bash

- id: pull-request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
with:
title: ${{ inputs.title }}
body: |
Expand Down

0 comments on commit 5bfaeda

Please sign in to comment.