Skip to content

Commit 6651f9c

Browse files
authored
Update a few dependent actions. (#14)
1 parent af50909 commit 6651f9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
using: "composite"
4747
steps:
4848
- name: 'Checkout repo'
49-
uses: actions/checkout@v3
49+
uses: actions/checkout@v4
5050
with:
5151
fetch-depth: 0
5252
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -134,7 +134,7 @@ runs:
134134
135135
- id: upload
136136
name: 'Upload patch'
137-
uses: actions/upload-artifact@v3
137+
uses: actions/upload-artifact@v4
138138
with:
139139
name: ${{ inputs.artifact }}
140140
path: autoformat/

0 commit comments

Comments
 (0)