Skip to content

Commit

Permalink
Update ci workflows to use newer version (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrayburn-tech authored Mar 19, 2024
1 parent 8a34fca commit 862a3c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci.yml@29329a13c391edeae7d2aa401cbf7664ef830393
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.1.0
with:
license-check: true
lint: true
2 changes: 1 addition & 1 deletion .github/workflows/package-manager-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ on:

jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci-package-manager.yml@29329a13c391edeae7d2aa401cbf7664ef830393
uses: fastify/workflows/.github/workflows/plugins-ci-package-manager.yml@v4.1.0

0 comments on commit 862a3c4

Please sign in to comment.