Skip to content

Commit 98ebfe5

Browse files
authored
fix pr.yaml deprecated action version
1 parent 826bc17 commit 98ebfe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
outputs:
1111
tag: ${{ steps.vars.outputs.tag }}
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- id: vars
1515
shell: bash
1616
run: |

0 commit comments

Comments
 (0)