From 1e3173139e834ce0d3b5c59302bbb80c55c744fa Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 17 May 2024 00:06:00 +0000 Subject: [PATCH] Update actions/checkout action to v4.1.6 --- .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 2a44249..d5c22c8 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - env: YAMLLINT_VERSION: "1.26.3" run: | -- 2.49.1