We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a43f8 commit ee74e68Copy full SHA for ee74e68
2 files changed
.github/workflows/ci.yml
@@ -9,4 +9,4 @@ jobs:
9
ci:
10
# Do not run if this is a pull-request from same repo i.e. not a fork repo
11
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
12
- uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
+ uses: silverstripe/gha-ci/.github/workflows/ci.yml@v2
.github/workflows/merge-up.yml
@@ -19,4 +19,4 @@ jobs:
19
actions: write
20
steps:
21
- name: Merge-up
22
- uses: silverstripe/gha-merge-up@v1
+ uses: silverstripe/gha-merge-up@v2
0 commit comments