Skip to content

Commit 7d37686

Browse files
chore(deps): update actions/checkout action to v4.3.0 (#371)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8e8353b commit 7d37686

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4.2.2
13+
- uses: actions/checkout@v4.3.0
1414
- uses: actions/setup-node@v4.4.0
1515
with:
1616
node-version: '18.20.8'

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
node: [ '18' ]
1414
name: Node ${{ matrix.node }}
1515
steps:
16-
- uses: actions/checkout@v4.2.2
16+
- uses: actions/checkout@v4.3.0
1717
- uses: actions/setup-node@v4.4.0
1818
with:
1919
node-version: ${{ matrix.node }}

0 commit comments

Comments
 (0)