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 516f0be + 8f92197 commit 8e770d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: Keepalive
uses: silverstripe/gha-keepalive@main
uses: silverstripe/gha-keepalive@v1
```

0 comments on commit 8e770d4

Please sign in to comment.