Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update actions/checkout requirement to v2.3.4 #1

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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