Skip to content

Bump actions/cache from 3.3.3 to 4.1.1 #1030

Bump actions/cache from 3.3.3 to 4.1.1

Bump actions/cache from 3.3.3 to 4.1.1 #1030

Workflow file for this run

name: "Danger JS"
on: [pull_request]
jobs:
danger:
name: Danger JS
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Danger
uses: danger/[email protected]
env:
DANGER_DISABLE_TRANSPILATION: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}