Skip to content

Commit

Permalink
Merge pull request #2 from creative-commoners/pulls/1/v1
Browse files Browse the repository at this point in the history
DEP Require v1 of gha actions
  • Loading branch information
GuySartorelli authored Jun 14, 2022
2 parents 34d0c47 + c90ad1c commit 1b7879b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b7879b

Please sign in to comment.