Skip to content

chore(deps): bump golang.org/x/term from 0.19.0 to 0.20.0 #5303

chore(deps): bump golang.org/x/term from 0.19.0 to 0.20.0

chore(deps): bump golang.org/x/term from 0.19.0 to 0.20.0 #5303

Workflow file for this run

name: Whitespace
on:
pull_request:
branches: [ 'main', 'release-*' ]
permissions: read-all
jobs:
whitespace:
name: Check Whitespace
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: chainguard-dev/actions/trailing-space@84c993eaf02da1c325854fb272a4df9184bd80fc # main
if: ${{ always() }}
- uses: chainguard-dev/actions/eof-newline@84c993eaf02da1c325854fb272a4df9184bd80fc # main
if: ${{ always() }}