Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Commit c9932da

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 e5453d7 commit c9932da

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sauce.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout
9-
uses: actions/checkout@v1
9+
uses: actions/checkout@v2.3.4
1010
- name: Set up node
1111
uses: actions/setup-node@v1
1212
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Node ${{ matrix.node }}
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v2.3.4
1313
- name: Use node ${{ matrix.node }}
1414
uses: actions/setup-node@v2
1515
with:

0 commit comments

Comments
 (0)