From 0e53fa62129bba1f33f18a35a3c9ead2590166f1 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 14 Jun 2022 17:28:09 +1200 Subject: [PATCH] DEP Require v1 of gha actions --- .github/workflows/auto-tag.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-tag.yml b/.github/workflows/auto-tag.yml index 33446ca..17712c8 100644 --- a/.github/workflows/auto-tag.yml +++ b/.github/workflows/auto-tag.yml @@ -9,4 +9,4 @@ jobs: runs-on: ubuntu-latest steps: - name: Auto-tag - uses: silverstripe/gha-auto-tag@main + uses: silverstripe/gha-auto-tag@v1 diff --git a/README.md b/README.md index a659e6e..90a05aa 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This action is intended as a step in a larger workflow and at a minimum the repo ```yml steps: - name: Create pull-request - uses: silverstripe/gha-pull-request@main + uses: silverstripe/gha-pull-request@v1 with: branch: pulls/4/my-branch title: NEW My pull-request title