From a0522f973a4ae3cfea31b10ea65897f1f9bf91ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 14:25:23 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 2 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08ea92f..985929e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: env: IMAGE_NAME: ghcr.io/google/addlicense:v1.1.1 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - run: docker pull $IMAGE_NAME - run: docker run -v ${PWD}:/src $IMAGE_NAME -c "Arm Limited" -check src tests *.ts *.js sync-upstream: @@ -74,7 +74,7 @@ jobs: with: app_id: ${{ secrets.DEVELOPER_TOOLS_APP_ID }} private_key: ${{ secrets.DEVELOPER_TOOLS_PRIVATE_KEY }} - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 with: fetch-depth: 0 - name: Push to Upstream