Skip to content

Commit

Permalink
updated GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
amazy committed Oct 10, 2024
1 parent 06c3642 commit bd74db9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
runs-on: "ubuntu-latest"
needs: [pre-build]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '19'

Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: show gitref / tags
run: echo ${{ github.ref }} ${{needs.pre-build.outputs.current_branch_tag}} ${{needs.pre-build.outputs.is_tag}}
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
runs-on: "ubuntu-latest"
needs: [pre-build]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- run: python3 ./scripts/check-translations.py

Expand Down

0 comments on commit bd74db9

Please sign in to comment.