Skip to content

Commit

Permalink
Merge pull request #860 from upbound/renovate/actions-checkout-digest
Browse files Browse the repository at this point in the history
Update actions/checkout digest to f43a0e5
  • Loading branch information
turkenf authored Sep 5, 2023
2 parents 423adcc + eefc635 commit 38753f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/uptest-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
api_groups: ${{ steps.api-groups.outputs.list }}
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
with:
submodules: true
- name: Detect Api Groups
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
install: true

- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
with:
submodules: true

Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
with:
submodules: true
- name: Manual Intervention Report
Expand Down

0 comments on commit 38753f0

Please sign in to comment.