diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index 8be3dd3..1969da0 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -37,7 +37,7 @@ jobs: steps: # Checkout the repository - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # Fetch full history for versioning and labels diff --git a/.github/workflows/check_base_image_update.yml b/.github/workflows/check_base_image_update.yml index b13d7cf..239c56d 100644 --- a/.github/workflows/check_base_image_update.yml +++ b/.github/workflows/check_base_image_update.yml @@ -14,7 +14,7 @@ jobs: ODOO_VERSIONS: '16 17 18' # Odoo versions to check steps: - name: Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: main fetch-depth: 0 # Fetch full history for versioning and tags