chore: upgrade deps

This commit is contained in:
qoijjj
2024-03-12 10:08:11 -07:00
committed by GitHub
parent 6686d9ecc9
commit f532859bde
2 changed files with 2 additions and 3 deletions

View File

@@ -85,7 +85,7 @@ jobs:
uses: actions/checkout@v4
- name: Add yq (for reading recipe.yml)
uses: mikefarah/yq@v4.40.5
uses: mikefarah/yq@v4.42.1
- name: Gather image data from recipe
run: |
@@ -109,7 +109,7 @@ jobs:
pubkey: 'https://raw.githubusercontent.com/wayblueorg/wayblue/live/cosign.pub'
- name: Build secureblue
uses: blue-build/github-action@v1.0.2
uses: blue-build/github-action@v1.2.0
with:
recipe: ${{ matrix.recipe }}
cosign_private_key: ${{ secrets.SIGNING_SECRET }}