Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ur-renovate committed Apr 25, 2024
1 parent 571c114 commit 5db69cb
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4

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

0 comments on commit 5db69cb

Please sign in to comment.