Skip to content

Commit f90a80a

Browse files
authored
Update localisation.yml
1 parent 6e24126 commit f90a80a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/localisation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
if: github.ref == 'refs/heads/localisation' || github.event_name == 'workflow_dispatch'
1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919

2020
- name: Set up Node.js
21-
uses: actions/setup-node@v2
21+
uses: actions/setup-node@v4
2222
with:
2323
node-version: "lts/*"
2424

0 commit comments

Comments
 (0)