Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/pull-request-app-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout Sample Apps"
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
submodules: recursive
# - name: "Create Path Triggers"
Expand All @@ -39,7 +39,7 @@ jobs:
needs: confirm-folder-changes
steps:
- name: "Checkout Branch"
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
submodules: recursive
- name: "Install JDK"
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
needs: confirm-folder-changes
steps:
- name: "Checkout Branch"
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
submodules: recursive
- name: "Install JDK"
Expand All @@ -101,7 +101,7 @@ jobs:
needs: confirm-folder-changes
steps:
- name: "Checkout Branch"
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
submodules: recursive
- name: Install JDK
Expand All @@ -127,7 +127,7 @@ jobs:
needs: confirm-folder-changes
steps:
- name: "Checkout Branch"
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
submodules: recursive
- name: Install JDK
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
GIT_COMMITTER_EMAIL: developers@mparticle.com
steps:
- name: "Checkout next release branch"
uses: actions/checkout@v3
uses: actions/checkout@v7
with:
ref: development
- name: "Import GPG Key"
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
GIT_COMMITTER_EMAIL: developers@mparticle.com
steps:
- name: "Checkout public main branch"
uses: actions/checkout@v3
uses: actions/checkout@v7
with:
token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}
fetch-depth: 0
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout main branch"
uses: actions/checkout@v3
uses: actions/checkout@v7
with:
fetch-depth: 0
repository: ${{ github.repository }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-higgs-shop-data-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
GIT_COMMITTER_EMAIL: developers@mparticle.com
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v7
with:
ref: development

Expand Down
Loading