Skip to content

Commit

Permalink
chore(workflows): pin parcellab/ci action v3 (#295)
Browse files Browse the repository at this point in the history
| datasource  | package      | from | to |
| ----------- | ------------ | ---- | -- |
| github-tags | parcelLab/ci | v2   | v3 |

Co-authored-by: Jose Manuel Palomares <[email protected]>
  • Loading branch information
parcellab-dev-bot and jmpalomares authored Nov 26, 2024
1 parent 679024e commit 5737509
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/json.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ on:
workflow_dispatch:
jobs:
lint:
uses: parcelLab/ci/.github/workflows/json.yaml@v2
uses: parcelLab/ci/.github/workflows/json.yaml@v3
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ on:
- synchronize
jobs:
pr:
uses: parcelLab/ci/.github/workflows/pr.yaml@v2
uses: parcelLab/ci/.github/workflows/pr.yaml@v3
secrets:
repoAccessToken: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/yaml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ on:
workflow_dispatch:
jobs:
lint:
uses: parcelLab/ci/.github/workflows/yaml.yaml@v2
uses: parcelLab/ci/.github/workflows/yaml.yaml@v3

0 comments on commit 5737509

Please sign in to comment.