Skip to content

Commit 0e4d1d6

Browse files
committed
Bump CI step versions to latest
1 parent 4729a27 commit 0e4d1d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
type=semver,pattern=v{{major}},enable=${{ startsWith(github.ref, 'refs/tags/v') }}
4646
4747
- name: Build and push
48-
uses: docker/build-push-action@v5
48+
uses: docker/build-push-action@v6
4949
with:
5050
context: .
5151
file: ./Dockerfile

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
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.2
14+
uses: HassanAbouelela/actions/setup-python@setup-python_v1.6.0
1515
with:
1616
python_version: '3.12'
1717

0 commit comments

Comments
 (0)