diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index a284ac29b74..c3b58ecc1da 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -22,7 +22,7 @@ jobs: bump-sdk-version: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Git config user run: | diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 700496e2d47..74e4ca05659 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -15,7 +15,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Create Release uses: ncipollo/release-action@v1 with: diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 6c5c2e1ddb4..8df334e0be5 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -24,7 +24,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-versions }} - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Composer validate run: | composer validate diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index 0318be2fd2c..a54cf4aadb0 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -18,7 +18,7 @@ jobs: create-tag: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Get SDK version and set environment variable run: |