Skip to content

Commit

Permalink
Merge pull request #95 from wolfi-dev/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4.1.2

Bump actions/checkout from 4.1.1 to 4.1.2
  • Loading branch information
k4leung4 authored Mar 12, 2024
2 parents e9946b7 + 84339fe commit 8527077
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 @@ -25,7 +25,7 @@ jobs:
matrix:
arch: ["x86_64", "aarch64"]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

# TODO: Replace this with custom wolfi image
- run: |
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
needs: build
if: always() && (needs.build.result == 'success' || needs.build.result == 'skipped')
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

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

0 comments on commit 8527077

Please sign in to comment.