diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbe8433..1e516fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - "true" - "false" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: bash .github/scripts/linux.sh env: PHP_VERSION: ${{ matrix.php-versions }} @@ -56,7 +56,7 @@ jobs: # these are broken but Apple is trash, so I don't care - "8.3" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: bash .github/scripts/osx.sh env: PHP_VERSION: ${{ matrix.php-versions }} @@ -79,7 +79,7 @@ jobs: - "8.3" - "8.4.0RC1" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: bash .github/scripts/docker.sh env: PHP_VERSION: ${{ matrix.php-versions }} @@ -90,7 +90,7 @@ jobs: name: fedora runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: bash .github/scripts/docker.sh env: DOCKER_NAME: fedora diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 72ff645..1e35f40 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -44,7 +44,7 @@ jobs: run: git config --global core.autocrlf false - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 1