diff --git a/.gitea/workflows/pre-submit.lint.yaml b/.gitea/workflows/pre-submit.lint.yaml index eeaec29..77d8334 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - env: YAMLLINT_VERSION: "1.26.3" run: |