diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94ef49b92e..5144b68576 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: php-version: ['8.0', '8.1', '8.2'] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 6fbcbf2297..d226e2e983 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -6,12 +6,12 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: repository: roots/bedrock-docker ref: main path: bedrock-docker - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: path: bedrock-docker/bedrock - name: Build and run