Skip to content

chore(deps): update actions/checkout digest to 11bd719 #65

chore(deps): update actions/checkout digest to 11bd719

chore(deps): update actions/checkout digest to 11bd719 #65

Workflow file for this run

name: tagpr
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
token: ${{ secrets.GH_PAT }}
- uses: Songmu/tagpr@3c58530cabab695c842a8af46f30d14aa9b57317 # v1
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}