Skip to content

Commit b797651

Browse files
Petya KolevatatiNo5
authored andcommitted
Update python sample github actions versions
1 parent a42989c commit b797651

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/python.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,22 @@ jobs:
4141
needs: pylint-check
4242
runs-on: ubuntu-latest
4343
steps:
44-
- uses: actions/checkout@v2
45-
- uses: docker/setup-buildx-action@v1
46-
- uses: docker/login-action@v1
44+
- uses: actions/checkout@v4
45+
- uses: docker/login-action@v3
4746
with:
4847
registry: ${{ env.REGISTRY }}
4948
username: ${{ github.actor }}
5049
password: ${{ secrets.GITHUB_TOKEN }}
50+
- uses: docker/setup-buildx-action@v3
5151
- id: meta
52-
uses: docker/metadata-action@v3
52+
uses: docker/metadata-action@v5
5353
with:
5454
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5555
flavor: |
5656
latest=${{ github.ref == 'refs/heads/master' }}
5757
tags: |
5858
type=raw,value=${{ github.sha }}
59-
- uses: docker/build-push-action@v2
59+
- uses: docker/build-push-action@v6
6060
with:
6161
context: ${{ env.DOCKER_BUILD_CONTEXT }}
6262
push: true
@@ -107,7 +107,7 @@ jobs:
107107
--publish 8080
108108
$PROXY_IMAGE
109109
- name: Checkout repository content
110-
uses: actions/checkout@v2
110+
uses: actions/checkout@v4
111111
- name: Run the restarter
112112
run: go run ./restarter/main.go &
113113
- name: Start the sample

0 commit comments

Comments
 (0)