Skip to content
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,22 @@ jobs:

steps:
- name: Checkout docs repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: docs
fetch-depth: 0
token: ${{ github.token }}

- name: Checkout Saltbox repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: saltyorg/Saltbox
ref: ${{ github.event.inputs.saltbox_branch || 'master' }}
path: saltbox
fetch-depth: 1

- name: Checkout Sandbox repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: saltyorg/Sandbox
ref: ${{ github.event.inputs.sandbox_branch || 'master' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: github.event.repository.fork == false && github.ref == 'refs/heads/main'
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand All @@ -40,7 +40,7 @@ jobs:
url: ${{ steps.cloudflare.outputs.deployment-url }}
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-24.04
if: github.event.repository.fork == false && (github.event.workflow_run.conclusion == 'success' || (github.event.workflow_run.conclusion == 'failure' && github.event.workflow_run.run_attempt >= 3) || github.event.workflow_run.conclusion == 'cancelled')
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Send notification
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: github.event.repository.fork == false
steps:
- name: Checkout repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down