diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index 26ddf1b..407ec56 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout Source Code - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: Get latest git tag as version id: get_version diff --git a/.github/workflows/update_third_party_licenses.yml b/.github/workflows/update_third_party_licenses.yml index bd33921..a08a0c7 100644 --- a/.github/workflows/update_third_party_licenses.yml +++ b/.github/workflows/update_third_party_licenses.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 # required for pushing changes