Update actions/checkout action to v4

This commit is contained in:
renovate[bot] 2023-09-04 12:50:03 +00:00 committed by GitHub
parent 2f6dde935d
commit ff3fd793ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 12 additions and 12 deletions

View file

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
name: Danger main check
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- run: |
npm install --save-dev @babel/plugin-transform-flow-strip-types
- name: Danger