Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 25, 2024
1 parent 6c718e1 commit d0d20cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
packages: none
pull-requests: write
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].4
with:
ref: main

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-formula.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
update-sha:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].4
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.PAT }}
Expand Down

0 comments on commit d0d20cb

Please sign in to comment.