Skip to content

Commit

Permalink
Bump preflight to 1.10.0 (#1903)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSamoilescu authored Sep 10, 2024
1 parent a5c82d1 commit 691a12d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-sc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
sudo mv preflight-linux-amd64 /usr/local/bin/preflight
preflight --version
env:
PREFLIGHT_VERSION: 1.9.7
PREFLIGHT_VERSION: 1.10.0
- name: Submit preflight results
run: |
preflight check container \
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
sudo mv preflight-linux-amd64 /usr/local/bin/preflight
preflight --version
env:
PREFLIGHT_VERSION: 1.9.7
PREFLIGHT_VERSION: 1.10.0
- name: Submit preflight results
run: |
preflight check container \
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
sudo mv preflight-linux-amd64 /usr/local/bin/preflight
preflight --version
env:
PREFLIGHT_VERSION: 1.9.7
PREFLIGHT_VERSION: 1.10.0
- name: Submit preflight results
run: |
preflight check container \
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
sudo mv preflight-linux-amd64 /usr/local/bin/preflight
preflight --version
env:
PREFLIGHT_VERSION: 1.9.7
PREFLIGHT_VERSION: 1.10.0
- name: Submit preflight results
run: |
preflight check container \
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
sudo mv preflight-linux-amd64 /usr/local/bin/preflight
preflight --version
env:
PREFLIGHT_VERSION: 1.9.7
PREFLIGHT_VERSION: 1.10.0
- name: Submit preflight results
run: |
preflight check container \
Expand Down

0 comments on commit 691a12d

Please sign in to comment.