Skip to content

Commit d020ac6

Browse files
authored
Merge pull request #58 from mRemoteNG/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents b84fd24 + 0730bc1 commit d020ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323

2424
- name: Setup Node.js
2525
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)