Skip to content

Commit 3879822

Browse files
chore(deps): update docker/setup-buildx-action action to v2 (#74)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3806f21 commit 3879822

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scip-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
${{ runner.os }}-node-
3737
- run: npm install
3838
- run: cd ./packages/pyright-scip/ && npm install && npm run build
39-
- uses: docker/setup-buildx-action@v1
39+
- uses: docker/setup-buildx-action@v2
4040
- name: Build Dockerfile
4141
id: docker_build_autoindex
4242
uses: docker/build-push-action@v4

.github/workflows/scip-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- name: Install asdf tools
1414
uses: asdf-vm/actions/install@v2
15-
- uses: docker/setup-buildx-action@v1
15+
- uses: docker/setup-buildx-action@v2
1616
- run: npm install
1717
- run: cd ./packages/pyright-scip/ && npm install && npm run build
1818
- run: cd ./packages/pyright-scip/ && npm publish --access public

0 commit comments

Comments
 (0)