Skip to content

Commit 58c2c90

Browse files
committed
Bump CI step actions to latest
1 parent 956084c commit 58c2c90

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Set up Docker Buildx
20-
uses: docker/setup-buildx-action@v2
20+
uses: docker/setup-buildx-action@v3
2121

2222
- name: Login to Github Container Registry
23-
uses: docker/login-action@v2
23+
uses: docker/login-action@v3
2424
with:
2525
registry: ghcr.io
2626
username: ${{ github.repository_owner }}
2727
password: ${{ secrets.GITHUB_TOKEN }}
2828

2929
- name: Build and push
30-
uses: docker/build-push-action@v4
30+
uses: docker/build-push-action@v5
3131
with:
3232
context: .
3333
file: ./Dockerfile

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v4
1212

1313
- name: Install Python Dependencies
14-
uses: HassanAbouelela/actions/setup-python@setup-python_v1.4.1
14+
uses: HassanAbouelela/actions/setup-python@setup-python_v1.4.2
1515
with:
1616
python_version: '3.10'
1717

0 commit comments

Comments
 (0)