Skip to content

Commit

Permalink
Update a few dependent actions. (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne authored Apr 9, 2024
1 parent af50909 commit 6651f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runs:
using: "composite"
steps:
- name: 'Checkout repo'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
repository: ${{ github.event.pull_request.head.repo.full_name }}
Expand Down Expand Up @@ -134,7 +134,7 @@ runs:
- id: upload
name: 'Upload patch'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.artifact }}
path: autoformat/

0 comments on commit 6651f9c

Please sign in to comment.