We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e24126 commit f90a80aCopy full SHA for f90a80a
.github/workflows/localisation.yml
@@ -15,10 +15,10 @@ jobs:
15
if: github.ref == 'refs/heads/localisation' || github.event_name == 'workflow_dispatch'
16
steps:
17
- name: Checkout repository
18
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
19
20
- name: Set up Node.js
21
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
22
with:
23
node-version: "lts/*"
24
0 commit comments