Skip to content

Commit 017affa

Browse files
Bump actions/setup-node from 4.0.2 to 4.0.3 (#6065)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1fbd9df commit 017affa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ jobs:
12851285
uses: docker/setup-buildx-action@v3
12861286
with:
12871287
driver: docker-container
1288-
- uses: actions/[email protected].2
1288+
- uses: actions/[email protected].3
12891289
with:
12901290
node-version: ${{ matrix.node }}
12911291
cache: "npm"
@@ -2356,7 +2356,7 @@ jobs:
23562356
uses: actions/setup-python@v5
23572357
with:
23582358
python-version: ${{ matrix.python }}
2359-
- uses: actions/[email protected].2
2359+
- uses: actions/[email protected].3
23602360
with:
23612361
node-version: ${{ matrix.node }}
23622362
cache: "npm"

0 commit comments

Comments
 (0)