Skip to content

Commit

Permalink
chore(workflows): pin parcellab/ci action v6 (#311)
Browse files Browse the repository at this point in the history
| datasource  | package      | from | to |
| ----------- | ------------ | ---- | -- |
| github-tags | parcelLab/ci | v5   | v6 |
  • Loading branch information
parcellab-dev-bot authored Dec 26, 2024
1 parent 8dc917f commit dd67445
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@v5
uses: parcelLab/ci/.github/workflows/json.yaml@v6
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@v5
uses: parcelLab/ci/.github/workflows/pr.yaml@v6
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@v5
uses: parcelLab/ci/.github/workflows/yaml.yaml@v6

0 comments on commit dd67445

Please sign in to comment.