Skip to content

Commit 33a5453

Browse files
authored
[GitHub Actions] Update action versions (#1158)
1 parent 55cc06c commit 33a5453

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build-and-release.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
runs-on: ubuntu-24.04
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6
2020

2121
- name: Setup Python
22-
uses: actions/setup-python@v5
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version: '3.12.3'
2525
architecture: 'x64'
@@ -47,10 +47,10 @@ jobs:
4747
runs-on: ubuntu-24.04
4848
if: ${{ !contains(github.event.head_commit.message, '#notests') }}
4949
steps:
50-
- uses: actions/checkout@v4
50+
- uses: actions/checkout@v6
5151
with:
5252
ref: ${{ github.event.pull_request.head.ref }}
53-
- uses: actions/setup-python@v5
53+
- uses: actions/setup-python@v6
5454
with:
5555
python-version: '3.12.3'
5656

@@ -85,7 +85,7 @@ jobs:
8585

8686
steps:
8787
- name: Checkout
88-
uses: actions/checkout@v4
88+
uses: actions/checkout@v6
8989

9090
- name: Prepare environment
9191
run: |
@@ -110,20 +110,20 @@ jobs:
110110
docker context create container-builder
111111
112112
- name: Set up Docker Buildx
113-
uses: docker/setup-buildx-action@v3
113+
uses: docker/setup-buildx-action@v4
114114
with:
115115
version: latest
116116
endpoint: container-builder
117117

118118
- name: Login to DockerHub
119119
# if: ${{ github.ref == 'master' && github.event.pull_request.merged == true }}
120-
uses: docker/login-action@v3
120+
uses: docker/login-action@v4
121121
with:
122122
username: ${{ secrets.DOCKER_USERNAME }}
123123
password: ${{ secrets.DOCKER_PASSWORD }}
124124

125125
- name: Build and push sync-engine images
126-
uses: docker/build-push-action@v5
126+
uses: docker/build-push-action@v7
127127
with:
128128
platforms: linux/${{ matrix.arch }}
129129
push: false

0 commit comments

Comments
 (0)