chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /.github/actions/copy-assets in the go_modules group across 1 directory #1024
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request: | |
paths: | |
- '.github/workflows/**' | |
- '.github/actions/**' | |
name: actionlint | |
jobs: | |
actionlint: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Check workflow files | |
uses: docker://rhysd/actionlint:latest | |
with: | |
args: -color |