diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index a1900c7..4d60748 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run prek uses: j178/prek-action@v2 diff --git a/action.yaml b/action.yaml index 2bc6f60..8374ff8 100644 --- a/action.yaml +++ b/action.yaml @@ -10,7 +10,7 @@ runs: using: composite steps: - name: Checkout the repository. - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Python for the action. id: python-for-action