[dep] Bump datadog-ci to 2.46.1
#628
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow ensures project has been built and doc updated before release | |
name: Check release version | |
on: push | |
jobs: | |
check-release-version: | |
name: Check build files | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Check build files and doc | |
run: ./ci/check-release-version.sh |