Skip to content

Commit

Permalink
WIP: Pin exact version
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed Apr 30, 2024
1 parent 36f1e66 commit 846e64d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
permissions:
packages: write
steps:
- uses: actions/checkout@v4.1
- uses: actions/checkout@v4.1.4
- name: Create container name
id: create-container-name
run: |
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v4.1
- uses: actions/checkout@v4.1.4
- id: set-matrix
run: |
echo "matrix=$(find manifests -type f \( -name "*.yaml" -o -name "*.yml" \) -print | sort | jq -R -s -c 'split("\n")[:-1]')" >> $GITHUB_OUTPUT
Expand All @@ -64,7 +64,7 @@ jobs:
matrix:
manifest: ${{ fromJson(needs.list-manifests.outputs.matrix) }}
steps:
- uses: actions/checkout@v4.1
- uses: actions/checkout@v4.1.4

- name: Parse firmware manifest
id: read_manifest_yaml
Expand Down

0 comments on commit 846e64d

Please sign in to comment.