Skip to content

Commit ec000db

Browse files
Bump actions/setup-node from 4.0.3 to 4.0.4 (#6425)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pedro Crespo-Valero <[email protected]>
1 parent 38e128d commit ec000db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,7 @@ jobs:
12881288
uses: docker/setup-buildx-action@v3
12891289
with:
12901290
driver: docker-container
1291-
- uses: actions/[email protected].3
1291+
- uses: actions/[email protected].4
12921292
with:
12931293
node-version: ${{ matrix.node }}
12941294
cache: "npm"
@@ -2359,7 +2359,7 @@ jobs:
23592359
uses: actions/setup-python@v5
23602360
with:
23612361
python-version: ${{ matrix.python }}
2362-
- uses: actions/[email protected].3
2362+
- uses: actions/[email protected].4
23632363
with:
23642364
node-version: ${{ matrix.node }}
23652365
cache: "npm"

0 commit comments

Comments
 (0)