This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-parent.git
commit 0d12b01c254ee92c926da18410a3b9318c318f4e Author: Volkan Yazıcı <[email protected]> AuthorDate: Wed Sep 20 14:10:32 2023 +0200 Downgrade `actions/checkout` to trigger `dependabot` for testing auto-merge --- .github/workflows/build-reusable.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-reusable.yaml b/.github/workflows/build-reusable.yaml index 725fdcf..511b062 100644 --- a/.github/workflows/build-reusable.yaml +++ b/.github/workflows/build-reusable.yaml @@ -107,7 +107,7 @@ jobs: PATCH_URL: ${{ github.event.pull_request.patch_url }} - name: Checkout repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.0 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0 - name: Apply patch shell: bash
