Skip to content

Commit d9959bd

Browse files
authored
Upgrade GitHub Actions to latest versions (#12866)
* Upgrade GitHub Actions to latest versions Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com> * fix: Correct GitHub Actions upgrade (fix branch refs and version formats) * fix: Correct GitHub Actions upgrade (fix branch refs and version formats) * fix: Correct GitHub Actions upgrade (fix branch refs and version formats) --------- Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
1 parent b1c77f6 commit d9959bd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build_docker_images.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
if: github.event_name == 'pull_request'
2626
steps:
2727
- name: Set up Docker Buildx
28-
uses: docker/setup-buildx-action@v1
28+
uses: docker/setup-buildx-action@v3
2929

3030
- name: Check out code
3131
uses: actions/checkout@v6
@@ -101,14 +101,14 @@ jobs:
101101
- name: Checkout repository
102102
uses: actions/checkout@v6
103103
- name: Set up Docker Buildx
104-
uses: docker/setup-buildx-action@v1
104+
uses: docker/setup-buildx-action@v3
105105
- name: Login to Docker Hub
106-
uses: docker/login-action@v2
106+
uses: docker/login-action@v3
107107
with:
108108
username: ${{ env.REGISTRY }}
109109
password: ${{ secrets.DOCKERHUB_TOKEN }}
110110
- name: Build and push
111-
uses: docker/build-push-action@v3
111+
uses: docker/build-push-action@v6
112112
with:
113113
no-cache: true
114114
context: ./docker/${{ matrix.image-name }}

.github/workflows/typos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
- uses: actions/checkout@v6
1212

1313
- name: typos-action
14-
uses: crate-ci/typos@v1.12.4
14+
uses: crate-ci/typos@v1.42.1

0 commit comments

Comments
 (0)