Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2023
1 parent ba874ce commit 3a6c108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/renovate-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: suzuki-shunsuke/[email protected]
validate-presets:
runs-on: ubuntu-latest
Expand All @@ -21,7 +21,7 @@ jobs:
config_file_path:
- default.json
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: suzuki-shunsuke/[email protected]
with:
config_file_path: ${{ matrix.config_file_path }}

0 comments on commit 3a6c108

Please sign in to comment.