Skip to content
Snippets Groups Projects
Unverified Commit aaeeafa5 authored by renovate[bot]'s avatar renovate[bot] Committed by GitHub
Browse files

chore(deps): update actions/checkout action to v2.3.4 (#7643)


Co-authored-by: default avatarRenovate Bot <bot@renovateapp.com>
parent 3ad5f98d
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ jobs:
python --version
echo "Yarn $(yarn --version)"
- uses: actions/checkout@v2.3.3
- uses: actions/checkout@v2.3.4
- name: Cache Yarn packages
id: yarn_cache_packages
......@@ -137,7 +137,7 @@ jobs:
echo "Node $(node --version)"
echo "Yarn $(yarn --version)"
- uses: actions/checkout@v2.3.3
- uses: actions/checkout@v2.3.4
- name: Cache Yarn packages
id: yarn_cache_packages
......@@ -189,7 +189,7 @@ jobs:
npm config set scripts-prepend-node-path true
# full checkout for semantic-release
- uses: actions/checkout@v2.3.3
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
......
......@@ -15,7 +15,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2.3.3
uses: actions/checkout@v2.3.4
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
......
......@@ -29,7 +29,7 @@ jobs:
yarn config set version-git-tag false
npm config set scripts-prepend-node-path true
- uses: actions/checkout@v2.3.3
- uses: actions/checkout@v2.3.4
with:
ref: ${{ github.event.client_payload.sha }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment