Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 2.3.4 to 2.3.5 (#1730)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Oct 18, 2021
1 parent e8e7d3a commit 7da7c00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/old-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout project
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.4.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout project
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.4.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout project
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.4.1
Expand Down

0 comments on commit 7da7c00

Please sign in to comment.