Skip to content

Bump python from 3.12.4-alpine to 3.12.5-alpine #16

Bump python from 3.12.4-alpine to 3.12.5-alpine

Bump python from 3.12.4-alpine to 3.12.5-alpine #16

Workflow file for this run

name: Bump version
on:
# Both items below have to be true; PR has to be against master, and closed
pull_request:
types:
- closed
branches:
- main
jobs:
build:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.merge_commit_sha }}
fetch-depth: '0'
- name: Bump version and push tag
uses: anothrNick/github-tag-action@1.70.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: false
DEFAULT_BUMP: patch
DRY_RUN: false