Skip to content

Commit

Permalink
Actions updated to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-abblix committed Mar 28, 2024
1 parent b17f44a commit fb8cff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
versioning:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0 # This is important to fetch all tags and history

- name: Bump version and push tag
uses: mathieudutour/github-tag-action@v5.6
uses: mathieudutour/github-tag-action@v6.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
default_bump: patch # Automatically bump patch version
Expand Down

0 comments on commit fb8cff9

Please sign in to comment.