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/cron-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: write
steps:
- name: 'Checkout pulp-ui (main)'
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: 'main'
fetch-depth: 128
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: 'Checkout pulp-ui (${{ github.ref }})'
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 'backend setup'
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout pulp-ui (${{ github.ref }})'
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: 'Install node 22'
uses: actions/setup-node@v6
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
# need to checkout out head, the merge commit won't have any merges in history
# also need more than 1 commit, assuming no PR will have more than 128
- name: 'Checkout pulp-ui HEAD'
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 128
ref: ${{ github.event.pull_request.head.sha }}
Expand Down