Skip to content

Update actions/checkout digest to 44c2b7a #58

Update actions/checkout digest to 44c2b7a

Update actions/checkout digest to 44c2b7a #58

Workflow file for this run

---
name: up
on:
push:
branches:
- master
tags:
- '*'
jobs:
up:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: |-
git fetch --tags --force && \
latest=$(git tag --sort=creatordate | tail -1) && \
sed -E -i "s/latexmk-action@.+$/latexmk-action@${latest}/g" README.md
- uses: peter-evans/create-pull-request@v6
with:
branch: version-up
commit-message: 'new version in README'
delete-branch: true
title: 'New version in README'
assignees: yegor256
base: master