diff --git a/.github/workflows/aicodebot.yml b/.github/workflows/aicodebot.yml index 4366ac6..e19e1d8 100644 --- a/.github/workflows/aicodebot.yml +++ b/.github/workflows/aicodebot.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: # Full git history is needed to get a proper list of changed files fetch-depth: 0 diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 2678138..7c350df 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: # Full git history is needed to get a proper # list of changed files within `super-linter` diff --git a/.github/workflows/pypi_release.yml b/.github/workflows/pypi_release.yml index aa4a95e..a798ae3 100644 --- a/.github/workflows/pypi_release.yml +++ b/.github/workflows/pypi_release.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Python ${{ matrix.python-version }} uses: actions/setup-python@v5 @@ -69,7 +69,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Python uses: actions/setup-python@v5