Skip to content

chore(deps): bump arnested/go-version-action from 1.1.12 to 1.1.13 #788

chore(deps): bump arnested/go-version-action from 1.1.12 to 1.1.13

chore(deps): bump arnested/go-version-action from 1.1.12 to 1.1.13 #788

Workflow file for this run

on:
pull_request:
push:
branches:
- "master"
tags:
- "v*"
name: CI
permissions:
contents: write
jobs:
tests:
uses: ./.github/workflows/tests.yml
tuf:
needs: tests
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
uses: ./.github/workflows/release.yml
with:
cli-name: tuf
tuf-client:
needs: tests
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
uses: ./.github/workflows/release.yml
with:
cli-name: tuf-client