diff --git a/.github/workflows/autoformat-and-lint.yml b/.github/workflows/autoformat-and-lint.yml index 3d7bbf0..4cf9e46 100644 --- a/.github/workflows/autoformat-and-lint.yml +++ b/.github/workflows/autoformat-and-lint.yml @@ -19,13 +19,13 @@ jobs: steps: - name: 🛎 Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ github.head_ref }} token: ${{ secrets.WORKFLOW_COMMIT }} - name: 🐍 Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.x' cache: 'pip' @@ -38,7 +38,7 @@ jobs: - name: ✅ Commit code format changes if: github.ref != 'refs/heads/main' - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: "Autoformat scripts" diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index f0b0eb0..c70f70f 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -9,6 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout Repository' - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: 'Dependency Review' uses: actions/dependency-review-action@v4 \ No newline at end of file