We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6115839 commit ba554e8Copy full SHA for ba554e8
2 files changed
.github/workflows/ci.yml
@@ -10,4 +10,4 @@ jobs:
10
name: CI
11
# Do not run if this is a pull-request from same repo i.e. not a fork repo
12
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
13
- 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