aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-09-10 17:17:05 +0100
committerGravatar Chris Lovering <[email protected]>2024-09-10 17:18:12 +0100
commit0e4d1d693a258bbf7f8f04f9d00a027655471be3 (patch)
treeb54baa9f71162c33c179294258d675afa475a9ef
parentRemove an unneeded noqa (diff)
Bump CI step versions to latest
-rw-r--r--.github/workflows/build-deploy.yml2
-rw-r--r--.github/workflows/lint.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml
index 561faeb..2195649 100644
--- a/.github/workflows/build-deploy.yml
+++ b/.github/workflows/build-deploy.yml
@@ -45,7 +45,7 @@ jobs:
type=semver,pattern=v{{major}},enable=${{ startsWith(github.ref, 'refs/tags/v') }}
- name: Build and push
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index edf4d7c..c020aff 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Python Dependencies
- uses: HassanAbouelela/actions/setup-python@setup-python_v1.4.2
+ uses: HassanAbouelela/actions/setup-python@setup-python_v1.6.0
with:
python_version: '3.12'