diff --git a/.github/workflows/awesomebot.yml b/.github/workflows/awesomebot.yml index 5d64bce87..b236bfc3d 100644 --- a/.github/workflows/awesomebot.yml +++ b/.github/workflows/awesomebot.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: # Full git history is needed to get a proper list of changed files # within `mega-linter` diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 7adff8288..65491950c 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -39,7 +39,7 @@ jobs: # Checkout the code base # ########################## - 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 `mega-linter` diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 6b7f13ced..0f54e097d 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -10,6 +10,6 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-python@v5 - uses: pre-commit/action@v3.0.1