Skip to content

Commit b123e43

Browse files
chore(deps): bump the github-actions group with 2 updates (#14933)
1 parent 6682db9 commit b123e43

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
2727

2828
- name: Set up Docker Buildx
29-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
29+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
3030

3131
- name: Log in to the Container registry
3232
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
228228
- name: Upload configs as artifacts
229229
if: always()
230-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
230+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
231231
with:
232232
name: vpn-configs-${{ matrix.vpn_type }}-${{ github.run_id }}
233233
path: configs/

.github/workflows/test-effectiveness.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python scripts/track-test-effectiveness.py
3333
3434
- name: Upload metrics
35-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
35+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
3636
with:
3737
name: test-effectiveness-metrics
3838
path: .metrics/

0 commit comments

Comments
 (0)