From 97483bddcb411ee7e22ab4da6a76755964848f97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 13:43:42 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/sync-dev-branch.yml | 2 +- workflows/auth/action.yml | 2 +- workflows/tilt/action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync-dev-branch.yml b/.github/workflows/sync-dev-branch.yml index ec9fab2..2b2c4b3 100644 --- a/.github/workflows/sync-dev-branch.yml +++ b/.github/workflows/sync-dev-branch.yml @@ -15,7 +15,7 @@ jobs: - run: | echo PR #${{ github.event.number }} has been merged - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - uses: connor-baer/action-sync-branch@v1.0.3 with: branch: dev diff --git a/workflows/auth/action.yml b/workflows/auth/action.yml index 86a4b84..f62d8ce 100644 --- a/workflows/auth/action.yml +++ b/workflows/auth/action.yml @@ -26,7 +26,7 @@ inputs: runs: using: "composite" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: Login to Docker Hub # Create a access token in docker hub -> settings -> security. diff --git a/workflows/tilt/action.yml b/workflows/tilt/action.yml index dca8e34..564c9e8 100644 --- a/workflows/tilt/action.yml +++ b/workflows/tilt/action.yml @@ -26,7 +26,7 @@ inputs: runs: using: "composite" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: Login to Docker Hub # Create a access token in docker hub -> settings -> security.