Skip to content

Commit 197caa2

Browse files
committed
Upgrade GitHub Actions to latest versions
1 parent 8113a94 commit 197caa2

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/post-merge-container-update.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ jobs:
6363
# multi-platform images and export cache
6464
# https://github.com/docker/setup-buildx-action
6565
- name: Set up Docker Buildx
66-
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
66+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
6767

6868
# Login against a Docker registry
6969
# https://github.com/docker/login-action
7070
- name: Log into registry ${{ env.REGISTRY }}
71-
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
71+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
7272
with:
7373
registry: ${{ env.REGISTRY }}
7474
username: ${{ github.actor }}
@@ -78,15 +78,15 @@ jobs:
7878
# https://github.com/docker/metadata-action
7979
- name: Extract Docker metadata
8080
id: meta
81-
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
81+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5
8282
with:
8383
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
8484

8585
# Build and push Docker image with Buildx
8686
# https://github.com/docker/build-push-action
8787
- name: Build and push Docker image
8888
id: build-and-push
89-
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
89+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
9090
with:
9191
context: tripy/
9292
push: true

.github/workflows/post-merge-package-index-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
- uses: actions/configure-pages@v5
4242

43-
- uses: actions/upload-pages-artifact@v3
43+
- uses: actions/upload-pages-artifact@v4
4444
with:
4545
path: "/tripy/build/docs"
4646

.github/workflows/tripy-l0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# Login against a Docker registry
3737
# https://github.com/docker/login-action
3838
- name: Log into registry ${{ env.REGISTRY }}
39-
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
39+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
4040
with:
4141
registry: ${{ env.REGISTRY }}
4242
username: ${{ github.actor }}

.github/workflows/tripy-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- uses: actions/configure-pages@v5
6767

68-
- uses: actions/upload-pages-artifact@v3
68+
- uses: actions/upload-pages-artifact@v4
6969
with:
7070
path: "/tripy/build/docs"
7171

@@ -92,6 +92,6 @@ jobs:
9292
path: dist/
9393

9494
- name: Publish release distributions to PyPI
95-
uses: pypa/gh-action-pypi-publish@release/v1
95+
uses: pypa/gh-action-pypi-publish@v1
9696
with:
9797
packages-dir: dist/

0 commit comments

Comments
 (0)