Skip to content

Commit 727da81

Browse files
chore(deps): update actions/checkout action to v4
1 parent 8d21106 commit 727da81

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
@@ -9,7 +9,7 @@ jobs:
99
node-version: 12
1010
registry-url: https://registry.npmjs.org/
1111
- name: checkout
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0 # gives standard-version access to all previous commits
1515
- name: generate tag and release body

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v3
7+
- uses: actions/checkout@v4
88
- name:
99
run: |
1010
yarn install

0 commit comments

Comments
 (0)