From 995197e83cfeb42d063f89cb6ceb5ec15cebc441 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 23 Apr 2024 00:06:50 +0000 Subject: [PATCH] Update actions/checkout action to v4.1.3 --- .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..a226d2a 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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - env: YAMLLINT_VERSION: "1.26.3" run: |