Skip to content

Commit

Permalink
Merge pull request #101 from mogeko/dependabot/github_actions/github-…
Browse files Browse the repository at this point in the history
…actions-ed93df9070

build(deps): bump the github-actions group with 2 updates
  • Loading branch information
mergify[bot] authored Dec 9, 2024
2 parents 40a687c + 66e4d9a commit 451a86d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Rename before Publish to GitHub Packages
uses: mikefarah/[email protected].5
uses: mikefarah/[email protected].6
with:
cmd: yq -i '.name = "@mogeko/gatsby-remark-plantuml-lite"' 'package.json'
- name: Setup registry url with GitHub Packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: yarn install --immutable
- run: yarn biome ci --reporter=github
- run: yarn run cov
- uses: codecov/codecov-action@v5.0.7
- uses: codecov/codecov-action@v5.1.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
Expand Down

0 comments on commit 451a86d

Please sign in to comment.