diff --git a/.gitea/workflows/pre-submit.lint.yaml b/.gitea/workflows/pre-submit.lint.yaml index 1fdf6d2..bea161a 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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - env: YAMLLINT_VERSION: "1.26.3" run: | diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index 3c5ed7d..bc782e2 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest container: ghcr.io/renovatebot/renovate:41.82.6 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - run: renovate env: LOG_LEVEL: "info"