Skip to content

Commit 219d622

Browse files
chore(deps): update actions/checkout action to v4
1 parent ed4dc8c commit 219d622

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'release')
1212
runs-on: Ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v1
14+
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v1
1616
with:
1717
registry-url: "https://registry.npmjs.org"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node: [10, 12]
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v4
2121
- name: Setup Node.js ${{ matrix.node }}
2222
uses: actions/setup-node@v1
2323
with:

0 commit comments

Comments
 (0)