Skip to content

Commit eae70e6

Browse files
authored
Merge pull request #34 from actionshub/renovate/python-3.x
chore(deps): update python docker tag to v3.12
2 parents a25f127 + 1bfa86b commit eae70e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-slim
1+
FROM python:3.12-slim
22

33
ENV MATCHERS_DIR="._actionshub_problem-matchers" \
44
MATCHER_FILE="${MATCHERS_DIR}/yamllint.json"

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: 'Jason Field'
44
description: 'Run yamllint on your yaml files with ease'
55
runs:
66
using: 'docker'
7-
image: 'docker://ghcr.io/actionshub/yamllint:v1.7.1'
7+
image: 'docker://ghcr.io/actionshub/yamllint:v1.7.2'
88
branding:
99
icon: 'edit-3'
1010
color: 'red'

0 commit comments

Comments
 (0)