Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ur-renovate committed Sep 25, 2024
1 parent 3c1c66c commit b861969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
private_key: ${{ secrets.RENOVATE_APP_PEM }}

- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0

- name: Detect config
id: config
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:

- name: Inspect configuration on default branch
if: inputs.dry_run_branch != ''
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
path: default_branch
ref: ${{ github.event.repository.default_branch }}
Expand Down

0 comments on commit b861969

Please sign in to comment.