diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18f3ef591e..47b4db734b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: BLACKFIRE_SERVER_TOKEN: ${{ secrets.BLACKFIRE_SERVER_TOKEN }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Ruby and Bundler uses: ruby/setup-ruby@v1 with: @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Ruby and Bundler uses: ruby/setup-ruby@v1 with: diff --git a/.github/workflows/platform-build.yml b/.github/workflows/platform-build.yml index e500e998c5..4b6426f930 100644 --- a/.github/workflows/platform-build.yml +++ b/.github/workflows/platform-build.yml @@ -46,7 +46,7 @@ jobs: formulae: ${{ steps.expand-formulae.outputs.matrix }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install jq tool run: | sudo apt-get update @@ -65,7 +65,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Cache Docker build id: cache-docker uses: actions/cache@v3 @@ -91,7 +91,7 @@ jobs: AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Restore cached Docker build uses: actions/cache/restore@v3 with: @@ -117,7 +117,7 @@ jobs: AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Restore cached Docker build uses: actions/cache/restore@v3 with: diff --git a/.github/workflows/platform-remove.yml b/.github/workflows/platform-remove.yml index 01b3587d9c..050d214c35 100644 --- a/.github/workflows/platform-remove.yml +++ b/.github/workflows/platform-remove.yml @@ -32,7 +32,7 @@ jobs: AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Expand list of manifests to remove run: | echo '## Manifests input for removal' >> "$GITHUB_STEP_SUMMARY" diff --git a/.github/workflows/platform-sync.yml b/.github/workflows/platform-sync.yml index a946110324..4d64c50beb 100644 --- a/.github/workflows/platform-sync.yml +++ b/.github/workflows/platform-sync.yml @@ -28,7 +28,7 @@ jobs: AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Restore cached Docker image id: restore-docker uses: actions/cache/restore@v3