handlebars-i18n 1.5.1 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,8 +14,8 @@ jobs:
14
14
  name: Build
15
15
  runs-on: ubuntu-latest
16
16
  steps:
17
- - name: Git checkout
18
- uses: actions/checkout@v2.3.4
17
+ - name: Checkout
18
+ uses: actions/checkout@v3
19
19
  - name: Build
20
20
  run: |
21
21
  npm i
@@ -26,11 +26,11 @@ jobs:
26
26
  runs-on: ubuntu-latest
27
27
  needs: build
28
28
  steps:
29
- - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.4.0
29
+ - uses: actions/checkout@v3
30
30
  with:
31
31
  token: ${{ secrets.GITHUB_TOKEN }}
32
32
  - name: Semantic Release
33
- uses: cycjimmy/semantic-release-action@5982a02995853159735cb838992248c4f0f16166 # renovate: tag=v2.7.0
33
+ uses: cycjimmy/semantic-release-action@v3
34
34
  with:
35
35
  extra_plugins: |
36
36
  @semantic-release/changelog