Skip to content

Commit

Permalink
Merge pull request #6 from damoun/renovate/github-actions/actions-che…
Browse files Browse the repository at this point in the history
…ckout-4.x

chore(deps): update actions/checkout action to v4.1.6
  • Loading branch information
damoun authored Jun 9, 2024
2 parents e7d5330 + 29db8e3 commit d59afd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
files: ${{ steps.find-files.outputs.files }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: damoun/action-find-files@v2
id: find-files
with:
Expand All @@ -29,7 +29,7 @@ jobs:
file: ${{ fromJson(needs.find_renovate_config_files.outputs.files) }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.0.1
name: Run Renovate configuration validator
with:
Expand Down

0 comments on commit d59afd1

Please sign in to comment.