Skip to content

Commit

Permalink
Merge pull request #11 from dimension-sh/renovate/actions-checkout-di…
Browse files Browse the repository at this point in the history
…gest

Update actions/checkout digest to 8ade135
  • Loading branch information
nikdoof authored Sep 25, 2023
2 parents 8084f18 + 57d73ad commit d518004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix: "{\"container\": ${{ steps.reduce.outputs.containers }} }"
steps:
- name: Checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: dorny/paths-filter@v2
id: filter
with:
Expand All @@ -47,7 +47,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[ci-skip]')"
steps:
- name: Checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4

# Define if tests and push should be run against which versions/platforms
- name: Prepare
Expand Down

0 comments on commit d518004

Please sign in to comment.