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
2 changes: 1 addition & 1 deletion .github/workflows/automatic-rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:

- name: Checkout the latest code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: feature/new-theme
token: ${{ secrets.GH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
)
steps:
- name: Checkout the latest code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
token: ${{ secrets.GH_TOKEN }}
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/robot-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: raven-actions/debug@v1

- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Find node IP
uses: ./.github/actions/find-node-ip/
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
pattern: database-test-result

- name: Checkout visual_images baseline
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: website
sparse-checkout: tests-qa/visual_images
Expand Down Expand Up @@ -340,7 +340,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Find node IP
uses: ./.github/actions/find-node-ip/
Expand Down Expand Up @@ -389,7 +389,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Pull docker images (background)
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sentry-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Create Sentry release
uses: getsentry/action-release@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Set output
id: vars
Expand Down
Loading