Skip to content

Commit

Permalink
Bump the github-workflows group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the github-workflows group with 3 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action), [docker/metadata-action](https://github.com/docker/metadata-action) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel).


Updates `taiki-e/install-action` from 2.26.7 to 2.26.12
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/install-action@bee85d7...e17a4e2)

Updates `docker/metadata-action` from 5.5.0 to 5.5.1
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](docker/metadata-action@dbef880...8e5442c)

Updates `pypa/cibuildwheel` from 2.16.4 to 2.16.5
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@0b04ab1...ce3fb78)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-workflows
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-workflows
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-workflows
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and FirelightFlagboy committed Feb 7, 2024
1 parent a8101d1 commit 66734e6
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
timeout-minutes: 5

# Install cargo nextest command
- uses: taiki-e/install-action@bee85d7ea77c01f7a403c22ac2c802b431b093df # pin v2.26.7
- uses: taiki-e/install-action@e17a4e247d4a36441181d7758c499d97e1e006bd # pin v2.26.12
with:
tool: [email protected], [email protected], [email protected]

Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
mv 'D:/a/_temp/winfsp-tests-x64.exe' 'C:/Program Files (x86)/WinFsp/bin/'
# Install cargo nextest command
- uses: taiki-e/install-action@bee85d7ea77c01f7a403c22ac2c802b431b093df # pin v2.26.7
- uses: taiki-e/install-action@e17a4e247d4a36441181d7758c499d97e1e006bd # pin v2.26.12
with:
tool: [email protected]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
timeout-minutes: 5

# Install wasm-pack command
- uses: taiki-e/install-action@bee85d7ea77c01f7a403c22ac2c802b431b093df # pin v2.26.7
- uses: taiki-e/install-action@e17a4e247d4a36441181d7758c499d97e1e006bd # pin v2.26.12
with:
tool: wasm-pack@${{ env.wasm-pack-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
sed -n 's/^.*Tool.Parsec: "\(.*\)",$/current=\1/p' misc/version_updater.py | tee $GITHUB_OUTPUT
- name: Generate build metadata
uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5.5.0
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
id: metadata
with:
images:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-testbed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
timeout-minutes: 1

- name: Generate build metadata
uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5.5.0
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
id: metadata
with:
images:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/package-ionic-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
working-directory: client

# Install syft
- uses: taiki-e/install-action@bee85d7ea77c01f7a403c22ac2c802b431b093df # pin v2.26.7
- uses: taiki-e/install-action@e17a4e247d4a36441181d7758c499d97e1e006bd # pin v2.26.12
with:
tool: [email protected], wasm-pack@${{ env.wasm-pack-version }}

Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
timeout-minutes: 5

# Install syft
- uses: taiki-e/install-action@bee85d7ea77c01f7a403c22ac2c802b431b093df # pin v2.26.7
- uses: taiki-e/install-action@e17a4e247d4a36441181d7758c499d97e1e006bd # pin v2.26.12
with:
tool: [email protected]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/package-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
run: python3 misc/version_updater.py --tool parsec --version ${{ steps.version.outputs.full }}

- name: Build wheel
uses: pypa/cibuildwheel@0b04ab1040366101259658b355777e4ff2d16f83 # pin v2.16.4
uses: pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # pin v2.16.5
with:
package-dir: server
output-dir: dist
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
run: python server/packaging/wheel/wheel_it.py ./server --output dist --skip-wheel

# Install syft
- uses: taiki-e/install-action@bee85d7ea77c01f7a403c22ac2c802b431b093df # pin v2.26.7
- uses: taiki-e/install-action@e17a4e247d4a36441181d7758c499d97e1e006bd # pin v2.26.12
with:
tool: [email protected]

Expand Down

0 comments on commit 66734e6

Please sign in to comment.