From 2c79175e3fc175b67bbdb2fdd6bfe957cf07ebaa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 10:14:17 +0000 Subject: [PATCH] Update actions/checkout action to v4 | datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/checkout | v3 | v4 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/iana-hostname-list-updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/iana-hostname-list-updater.yml b/.github/workflows/iana-hostname-list-updater.yml index e566d992..54b4afd2 100644 --- a/.github/workflows/iana-hostname-list-updater.yml +++ b/.github/workflows/iana-hostname-list-updater.yml @@ -20,7 +20,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ steps.default-branch.outputs.branch-name }} fetch-depth: 1