From f59933c923d7ae13c921768c86af6114dfa2e204 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 8 Feb 2025 08:33:46 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.2.2 --- .gitea/workflows/pre-submit.lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pre-submit.lint.yaml b/.gitea/workflows/pre-submit.lint.yaml index 2c28a53..aa8e987 100644 --- a/.gitea/workflows/pre-submit.lint.yaml +++ b/.gitea/workflows/pre-submit.lint.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest container: catthehacker/ubuntu:act-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - env: YAMLLINT_VERSION: "1.26.3" run: | -- 2.54.0