From 2813c2003f982b1e6fe0ee530753d85f6fc1721f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 16:16:16 +0000 Subject: [PATCH] chore(dependencies): update actions/checkout action to v4 | datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/checkout | v3 | v4 | --- .github/workflows/authors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/authors.yml b/.github/workflows/authors.yml index efa21de..11df972 100644 --- a/.github/workflows/authors.yml +++ b/.github/workflows/authors.yml @@ -9,7 +9,7 @@ jobs: run: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: wow-actions/update-authors@v1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}