Bladeren bron

Merge pull request #15621 from infosiftr/bashbrew-bump

Update bashbrew action to 0.1.9
yosifkit 2 jaren geleden
bovenliggende
commit
75c3ad36ad
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      .github/workflows/.bashbrew/action.yml

+ 2 - 2
.github/workflows/.bashbrew/action.yml

@@ -10,8 +10,8 @@ runs:
 
     # these two version numbers are intentionally as close together as I could possibly get them because no matter what I tried, GitHub will not allow me to DRY them (can't have any useful variables in `uses:` and can't even have YAML references to steal it in `env:` or something)
     - shell: 'bash -Eeuo pipefail -x {0}'
-      run:    echo BASHBREW_VERSION=v0.1.8 >> "$GITHUB_ENV"
-    - uses: docker-library/[email protected].8
+      run:    echo BASHBREW_VERSION=v0.1.9 >> "$GITHUB_ENV"
+    - uses: docker-library/[email protected].9
       if: inputs.build == 'host'
 
     - run: docker build --pull --tag oisupport/bashbrew:base "https://github.com/docker-library/bashbrew.git#$BASHBREW_VERSION"