diff --git a/.gitea/workflows/pre-submit.lint.yaml b/.gitea/workflows/pre-submit.lint.yaml index 9390913..2a44249 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - env: YAMLLINT_VERSION: "1.26.3" run: |