Skip to content

Commit

Permalink
GHA deprecation fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Schlarb <p.schlarb@esatus.com>
  • Loading branch information
pSchlarb committed Dec 8, 2022
1 parent 5ae2dbd commit e613671
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/workflow-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:

- name: Convert the GitHub repository name to lowercase
id: repository-name
uses: ASzc/change-string-case-action@v2
uses: ASzc/change-string-case-action@v5
with:
string: ${{ github.repository }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/buildimage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ jobs:

- name: Set up Docker Buildx
if: steps.cache-image.outputs.cache-hit != 'true'
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2

- name: Build and push image
if: steps.cache-image.outputs.cache-hit != 'true'
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: .
file: .github/workflows/build/Dockerfile.${{ env.UBUNTU_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.8'
- uses: actions/cache@v3
Expand Down

0 comments on commit e613671

Please sign in to comment.