Skip to content

Commit 7bc0261

Browse files
Update actions/checkout requirement to v2.3.4
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>
1 parent 82c69ff commit 7bc0261

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-18.04
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v1
20+
uses: actions/checkout@v2.3.4
2121
with:
2222
fetch-depth: 50
2323
- name: Run website_build.sh

.github/workflows/epochs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-18.04
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v1
12+
uses: actions/checkout@v2.3.4
1313
- name: Run epochs_update.sh
1414
# Use a conditional step instead of a conditional job to work around #20700.
1515
if: github.repository == 'web-platform-tests/wpt'

.github/workflows/manifest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
python-version: '3.x'
1717
- name: Checkout
18-
uses: actions/checkout@v1
18+
uses: actions/checkout@v2.3.4
1919
with:
2020
fetch-depth: 50
2121
- name: Install dependencies

.github/workflows/regen_certs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
python-version: '3.x'
1515
- name: Checkout
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v2.3.4
1717
- name: Regenerate certs
1818
# Use a conditional step instead of a conditional job to work around #20700.
1919
if: github.repository == 'web-platform-tests/wpt'

0 commit comments

Comments
 (0)