8000 build(deps): bump softprops/action-gh-release from 2.0.7 to 2.0.8 · linkerd/linkerd2@2aa692a · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

build(deps): bump softprops/action-gh-release from 2.0.7 to 2.0.8 #858

build(deps): bump softprops/action-gh-release from 2.0.7 to 2.0.8

build(deps): bump softprops/action-gh-release from 2.0.7 to 2.0.8 #858

Workflow file for this run

name: Actions
on:
pull_request:
paths:
- .devcontainer/devcontainer.json
- .github/workflows/**
permissions:
contents: read
jobs:
actionlint:
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: linkerd/dev/actions/setup-tools@v43
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- run: just-dev lint-actions
devcontainer-versions:
runs-on: ubuntu-22.04
steps:
- uses: linkerd/dev/actions/setup-tools@v43
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- run: just-dev check-action-images
0