diff --git a/.github/workflows/check-release-repositories.yml b/.github/workflows/check-release-repositories.yml index d5634e06..049c7346 100644 --- a/.github/workflows/check-release-repositories.yml +++ b/.github/workflows/check-release-repositories.yml @@ -15,7 +15,7 @@ jobs: matrix: repository: [ 'myparcelnl/woocommerce', 'myparcelnl/prestashop', 'myparcelnl/magento' ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: ${{ matrix.repository }} fetch-depth: 0 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 6a19794c..184d3870 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -13,7 +13,7 @@ jobs: verify-cache: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: 'Verify Yarn cache' run: yarn install --check-cache diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 59ce2c2d..24e1c081 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -22,7 +22,7 @@ jobs: app-id: ${{ secrets.MYPARCEL_APP_ID }} private-key: ${{ secrets.MYPARCEL_APP_PRIVATE_KEY }} - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ steps.credentials.outputs.token }} fetch-depth: 0