diff --git a/.github/workflows/create.yml b/.github/workflows/create.yml index 6014390bc..a252234c8 100644 --- a/.github/workflows/create.yml +++ b/.github/workflows/create.yml @@ -11,7 +11,7 @@ jobs: tag: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install SVN ( Subversion ) run: | sudo apt-get update diff --git a/.github/workflows/phpcs_on_pull_request.yml b/.github/workflows/phpcs_on_pull_request.yml index 4baaf989e..26c871df3 100644 --- a/.github/workflows/phpcs_on_pull_request.yml +++ b/.github/workflows/phpcs_on_pull_request.yml @@ -10,7 +10,7 @@ jobs: name: Run PHPCS inspection runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha }} - name: Run PHPCS inspection diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 45db67725..85573af80 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -31,7 +31,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha }}