Skip to content

Commit

Permalink
Merge pull request #121 from wolfi-dev/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4.1.6

Bump actions/checkout from 4.1.5 to 4.1.6
  • Loading branch information
k4leung4 committed May 17, 2024
2 parents c854d7e + 484fb1c commit 52fa8c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runner: "ubuntu-latest"

steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

# TODO: Replace this with custom wolfi image
- run: |
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
needs: build
if: always() && (needs.build.result == 'success' || needs.build.result == 'skipped')
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

# TODO: Replace this with custom wolfi image
- run: |
Expand Down

0 comments on commit 52fa8c7

Please sign in to comment.