diff --git a/.github/workflows/auto-package-update.yml b/.github/workflows/auto-package-update.yml index e2706b5..d80b0e6 100644 --- a/.github/workflows/auto-package-update.yml +++ b/.github/workflows/auto-package-update.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.head_ref }} # Must be used to trigger workflow after push diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 016d395..2adc87c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: .env run: php -r "copy('.env.ci', '.env');" @@ -30,7 +30,7 @@ jobs: test_suite: [Unit, Feature] steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: .env run: php -r "copy('.env.ci', '.env');" @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install SSH key run: > diff --git a/.github/workflows/rector.yml b/.github/workflows/rector.yml index bd73b39..f67b132 100644 --- a/.github/workflows/rector.yml +++ b/.github/workflows/rector.yml @@ -11,7 +11,7 @@ jobs: if: github.event.pull_request.head.repo.full_name == '128na/SimutransCrossSearch' steps: - if: github.event.pull_request.head.repo.full_name == github.repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Must be used to trigger workflow after push token: ${{ secrets.ACCESS_TOKEN }}