Skip to content

Commit

Permalink
Update actions/checkout requirement to v2.3.4
Browse files Browse the repository at this point in the history
Updates the requirements on [actions/checkout](https://github.com/actions/checkout) to permit the latest version.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/commits/5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 13, 2021
1 parent 82c69ff commit 7bc0261
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2.3.4
with:
fetch-depth: 50
- name: Run website_build.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/epochs.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2.3.4
- name: Run epochs_update.sh
# Use a conditional step instead of a conditional job to work around #20700.
if: github.repository == 'web-platform-tests/wpt'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manifest.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
python-version: '3.x'
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2.3.4
with:
fetch-depth: 50
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regen_certs.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
python-version: '3.x'
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
- name: Regenerate certs
# Use a conditional step instead of a conditional job to work around #20700.
if: github.repository == 'web-platform-tests/wpt'
Expand Down

0 comments on commit 7bc0261

Please sign in to comment.