Skip to content

Commit

Permalink
Merge pull request #34 from actionshub/renovate/python-3.x
Browse files Browse the repository at this point in the history
chore(deps): update python docker tag to v3.12
  • Loading branch information
xorima committed Oct 16, 2023
2 parents a25f127 + 1bfa86b commit eae70e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.12-slim

ENV MATCHERS_DIR="._actionshub_problem-matchers" \
MATCHER_FILE="${MATCHERS_DIR}/yamllint.json"
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: 'Jason Field'
description: 'Run yamllint on your yaml files with ease'
runs:
using: 'docker'
image: 'docker://ghcr.io/actionshub/yamllint:v1.7.1'
image: 'docker://ghcr.io/actionshub/yamllint:v1.7.2'
branding:
icon: 'edit-3'
color: 'red'

0 comments on commit eae70e6

Please sign in to comment.