Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3.0.0
- uses: actions/setup-node@v2.5.1
with:
node-version: 12
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3.0.0
- name: Install pd cli
env:
PD_API_KEY: ${{ secrets.PD_API_KEY }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull-request-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3.0.0
name: Checkout repo
with:
# See https://github.com/actions/checkout#checkout-v2
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3.0.0
name: Checkout
- uses: jitterbit/get-changed-files@v1
id: changed_files
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3.0.0
with:
# Full git history is needed to get a proper list of changed files
# within `super-linter`
Expand Down