Skip to content

Commit c2067f2

Browse files
Bump actions/setup-node from 3.8.1 to 3.8.2 (#4906)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent edd615f commit c2067f2

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
@@ -1071,7 +1071,7 @@ jobs:
10711071
with:
10721072
version: ${{ matrix.docker_buildx }}
10731073
driver: docker-container
1074-
- uses: actions/[email protected].1
1074+
- uses: actions/[email protected].2
10751075
with:
10761076
node-version: ${{ matrix.node }}
10771077
cache: "npm"
@@ -1993,7 +1993,7 @@ jobs:
19931993
python-version: ${{ matrix.python }}
19941994
cache: "pip"
19951995
cache-dependency-path: "tests/e2e/requirements/requirements.txt"
1996-
- uses: actions/[email protected].1
1996+
- uses: actions/[email protected].2
19971997
with:
19981998
node-version: ${{ matrix.node }}
19991999
cache: "npm"

0 commit comments

Comments
 (0)