Skip to content

Commit

Permalink
Bump CI step versions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Sep 10, 2024
1 parent 4729a27 commit 0e4d1d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 0e4d1d6

Please sign in to comment.