Skip to content

Commit

Permalink
[skip netlify] Update actions/checkout action to v3 (video-dev#4585)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Mar 2, 2022
1 parent 6da9704 commit 4ed9e8b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: cache node_modules
uses: actions/cache@v2
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
if: needs.config.outputs.tag || needs.config.outputs.isMainBranch == 'true'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: cache node_modules
uses: actions/cache@v2
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: use Node.js
uses: actions/setup-node@v3
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
if: needs.config.outputs.tag || needs.config.outputs.isMainBranch == 'true'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: cache node_modules
uses: actions/cache@v2
Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:
os: Windows 10

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: cache node_modules
uses: actions/cache@v2
Expand Down Expand Up @@ -404,7 +404,7 @@ jobs:
uaVersion: '69.0'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: cache node_modules
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Initialize CodeQL
uses: github/codeql-action/init@v1
Expand Down

0 comments on commit 4ed9e8b

Please sign in to comment.