Skip to content

Commit

Permalink
DEP Require v1 of gha actions
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Jun 14, 2022
1 parent 277edcf commit c65220c
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 @@ -28,5 +28,5 @@ 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 action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
echo "::set-output name=tag::$NEW_TAG"
- name: Add tag to repo
uses: silverstripe/gha-tag-release@main
uses: silverstripe/gha-tag-release@v1
with:
tag: ${{ steps.generate_tag_name.outputs.tag }}
delete_existing: true
Expand Down

0 comments on commit c65220c

Please sign in to comment.