diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index dc13bce..ee86cbd 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest name: Rebuild dist steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-python@v5 with: python-version: "3.12" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2ce0961..fc47078 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: name: YAML runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ibiqlik/action-yamllint@v3 with: file_or_dir: .github/workflows