Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ur-renovate committed Jun 13, 2024
1 parent 571c114 commit db636f6
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
path: default_branch
ref: ${{ github.event.repository.default_branch }}
Expand Down

0 comments on commit db636f6

Please sign in to comment.