Skip to content

Commit

Permalink
Merge pull request #154 from ponkio-o/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v4.1.6
  • Loading branch information
ponkio-o authored Jun 3, 2024
2 parents 6c7125d + b9fe939 commit 2daa9dd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
private-key: ${{ secrets.PRIVATE_KEY }}

- name: Checkout
uses: actions/[email protected].4
uses: actions/[email protected].6
with:
ref: ${{ github.event.pull_request.head.ref }}
token: ${{ steps.generate_token.outputs.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate-config-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].6
- uses: suzuki-shunsuke/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
private-key: ${{ secrets.PRIVATE_KEY }}

- name: Checkout
uses: actions/[email protected].4
uses: actions/[email protected].6

- name: Install aqua
uses: aquaproj/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].4
uses: actions/[email protected].6

- name: Setup node
uses: actions/setup-node@v4
Expand Down

0 comments on commit 2daa9dd

Please sign in to comment.