Skip to content

Update actions/cache action to v4 #30

Update actions/cache action to v4

Update actions/cache action to v4 #30

Workflow file for this run

---
name: up
on:
push:
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/<version>[^<]+/<version>${latest}/g" README.md
- uses: peter-evans/create-pull-request@v5
with:
commit-message: 'new version in README'
delete-branch: true
title: 'New version in README'
assignees: yegor256
branch: up
base: master