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
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ runs:

- name: Restore pnpm install cache
if: ${{ inputs.pnpm-restore-cache == 'true' }}
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ${{ env.STORE_PATH }}
key: ${{ env.PNPM_INSTALL_CACHE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/triage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
steps:
- name: Checkout code
if: ${{ github.event_name != 'pull_request' }}
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Run action
run: node ${{ github.action_path }}/dist/index.js
shell: sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/activity-notifications.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
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Setup
uses: ./.github/actions/setup
- name: Popular Issues to Slack
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/audit-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Setup
uses: ./.github/actions/setup

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dispatch-event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
name: Repository dispatch
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Dispatch event
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: peter-evans/repository-dispatch@v3
uses: peter-evans/repository-dispatch@v4
with:
token: ${{ secrets.PAYLOAD_REPOSITORY_DISPATCH }}
repository: ${{ secrets.REMOTE_REPOSITORY }}
Expand All @@ -31,7 +31,7 @@ jobs:

- name: Dispatch event
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: peter-evans/repository-dispatch@v3
uses: peter-evans/repository-dispatch@v4
with:
token: ${{ secrets.PAYLOAD_REPOSITORY_DISPATCH }}
repository: payloadcms/website
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/label-on-change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
if: github.event.action == 'labeled' && startsWith(github.event.label.name, 'status:')
steps:
- name: Ensure only one status label
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
if: github.event.action == 'closed'
steps:
- name: Remove all labels on issue close
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lock-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Lock issues
uses: dessant/lock-threads@v5
uses: dessant/lock-threads@v6
with:
process-only: 'issues'
issue-inactive-days: '7'
Expand Down
62 changes: 31 additions & 31 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: tune linux network
run: sudo ethtool -K eth0 tx off rx off

- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: dorny/paths-filter@v3
id: filter
with:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
lint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0

Expand All @@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Node setup
uses: ./.github/actions/setup
Expand All @@ -88,7 +88,7 @@ jobs:
DO_NOT_TRACK: 1 # Disable Turbopack telemetry

- name: Cache build
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ./*
key: ${{ github.sha }}
Expand All @@ -98,7 +98,7 @@ jobs:
needs: [changes, build]
if: needs.changes.outputs.needs_tests == 'true'
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Node setup
uses: ./.github/actions/setup
Expand All @@ -108,7 +108,7 @@ jobs:
cache-propagation-delay: 120 # https://github.com/actions/cache/issues/1710

- name: Restore build
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ./*
key: ${{ github.sha }}
Expand All @@ -124,7 +124,7 @@ jobs:
needs: [changes, build]
if: needs.changes.outputs.needs_tests == 'true'
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Node setup
uses: ./.github/actions/setup
Expand All @@ -134,7 +134,7 @@ jobs:
cache-propagation-delay: 120 # https://github.com/actions/cache/issues/1710

- name: Restore build
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ./*
key: ${{ github.sha }}
Expand All @@ -152,7 +152,7 @@ jobs:
outputs:
matrix: ${{ steps.generate.outputs.matrix }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
sparse-checkout: |
.github/workflows
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
options: --health-cmd "redis-cli ping" --health-timeout 30s --health-retries 3

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Node setup
uses: ./.github/actions/setup
Expand All @@ -203,7 +203,7 @@ jobs:
cache-propagation-delay: 120 # https://github.com/actions/cache/issues/1710

- name: Restore build
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ./*
key: ${{ github.sha }}
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
outputs:
matrix: ${{ steps.generate.outputs.matrix }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
sparse-checkout: |
.github/workflows
Expand All @@ -261,7 +261,7 @@ jobs:
needs: [changes, build]
if: needs.changes.outputs.needs_tests == 'true'
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Node setup
uses: ./.github/actions/setup
Expand All @@ -271,7 +271,7 @@ jobs:
cache-propagation-delay: 120 # https://github.com/actions/cache/issues/1710

- name: Restore build
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ./*
key: ${{ github.sha }}
Expand All @@ -281,7 +281,7 @@ jobs:
run: pnpm prepare-run-test-against-prod:ci

- name: Cache prepared test environment
uses: actions/cache/save@v4
uses: actions/cache/save@v5
with:
path: |
test/packed
Expand All @@ -301,7 +301,7 @@ jobs:
env:
SUITE_NAME: ${{ matrix.suite }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Node setup
uses: ./.github/actions/setup
Expand All @@ -311,14 +311,14 @@ jobs:
cache-propagation-delay: 120 # https://github.com/actions/cache/issues/1710

- name: Restore build
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ./*
key: ${{ github.sha }}
fail-on-cache-miss: true

- name: Restore prepared test environment
uses: actions/cache/restore@v4
uses: actions/cache/restore@v5
with:
path: |
test/packed
Expand Down Expand Up @@ -347,7 +347,7 @@ jobs:

- name: Cache Playwright Browsers for Playwright's Version
id: cache-playwright-browsers
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ~/.cache/ms-playwright
key: playwright-browsers-${{ env.PLAYWRIGHT_VERSION }}
Expand Down Expand Up @@ -393,7 +393,7 @@ jobs:
PLAYWRIGHT_JSON_OUTPUT_NAME: results_${{ matrix.suite }}_${{ matrix.shard }}.json
NEXT_TELEMETRY_DISABLED: 1

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
if: always()
with:
name: test-results-${{ matrix.suite }}_${{ matrix.shard }}
Expand Down Expand Up @@ -493,7 +493,7 @@ jobs:
env:
SUITE_NAME: ${{ matrix.suite }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Node setup
uses: ./.github/actions/setup
Expand All @@ -503,7 +503,7 @@ jobs:
cache-propagation-delay: 120 # https://github.com/actions/cache/issues/1710

- name: Restore build
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ./*
key: ${{ github.sha }}
Expand All @@ -522,7 +522,7 @@ jobs:

- name: Cache Playwright Browsers for Playwright's Version
id: cache-playwright-browsers
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ~/.cache/ms-playwright
key: playwright-browsers-${{ env.PLAYWRIGHT_VERSION }}
Expand All @@ -541,7 +541,7 @@ jobs:
PLAYWRIGHT_JSON_OUTPUT_NAME: results_${{ matrix.suite }}.json
NEXT_TELEMETRY_DISABLED: 1

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
if: always()
with:
name: test-results-turbo${{ matrix.suite }}
Expand Down Expand Up @@ -589,7 +589,7 @@ jobs:
# database: postgres

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Node setup
uses: ./.github/actions/setup
Expand All @@ -599,7 +599,7 @@ jobs:
cache-propagation-delay: 120 # https://github.com/actions/cache/issues/1710

- name: Restore build
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ./*
key: ${{ github.sha }}
Expand Down Expand Up @@ -629,7 +629,7 @@ jobs:

- name: Cache Playwright Browsers for Playwright's Version
id: cache-playwright-browsers
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ~/.cache/ms-playwright
key: playwright-browsers-${{ env.PLAYWRIGHT_VERSION }}
Expand Down Expand Up @@ -664,7 +664,7 @@ jobs:
needs: [changes, build]
if: needs.changes.outputs.needs_tests == 'true'
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Node setup
uses: ./.github/actions/setup
Expand All @@ -674,7 +674,7 @@ jobs:
cache-propagation-delay: 120 # https://github.com/actions/cache/issues/1710

- name: Restore build
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ./*
key: ${{ github.sha }}
Expand Down Expand Up @@ -727,7 +727,7 @@ jobs:
actions: read # for fetching base branch bundle stats
pull-requests: write # for comments
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Node setup
uses: ./.github/actions/setup
Expand All @@ -737,7 +737,7 @@ jobs:
cache-propagation-delay: 120 # https://github.com/actions/cache/issues/1710

- name: Restore build
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ./*
key: ${{ github.sha }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/post-release-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
release_tag: ${{ steps.determine_tag.outputs.release_tag }}
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
sparse-checkout: .github/workflows
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Setup
uses: ./.github/actions/setup
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
echo "branch=$BRANCH_NAME" >> "$GITHUB_OUTPUT"

- name: Create pull request
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@v8
with:
token: ${{ secrets.GH_TOKEN_POST_RELEASE_TEMPLATES }}
labels: 'area: templates'
Expand Down
Loading
Loading