Skip to content

build(deps): bump actions/checkout from 2 to 6 #723

build(deps): bump actions/checkout from 2 to 6

build(deps): bump actions/checkout from 2 to 6 #723

Workflow file for this run

name: Tag Diff
on:
pull_request:
jobs:
tag-diff:
runs-on: ubuntu-latest
steps:
- name: "Git Checkout"
uses: actions/checkout@v6
- name: "Diff tags"
uses: invertase/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}