From c90ad1c4584a6e03a77eba295e4d9d60b4f65103 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 14 Jun 2022 17:30:21 +1200 Subject: [PATCH] DEP Require v1 of gha actions --- .github/workflows/auto-tag.yml | 2 +- README.md | 2 +- action.yml | 2 +- 3 files changed, 3 insertions(+), 3 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 ebe5398..948d0bb 100644 --- a/README.md +++ b/README.md @@ -20,5 +20,5 @@ jobs: runs-on: ubuntu-latest steps: - name: Update JS - uses: silverstripe/gha-update-js@main + uses: silverstripe/gha-update-js@v1 ``` diff --git a/action.yml b/action.yml index 2cbdfc6..42fc231 100644 --- a/action.yml +++ b/action.yml @@ -144,7 +144,7 @@ runs: - name: Git if: always() - uses: silverstripe/gha-pull-request@main + uses: silverstripe/gha-pull-request@v1 with: branch: ${{ steps.generate-branch-name.outputs.branch }} title: DEP Update JS dependencies