diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b10d3588a..0242f0890 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: echo "Pull requests based on master can only come from the develop branch of this repository" echo "Please check your base branch as it should be develop by default" exit 1 - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-python@v6 with: python-version: 3.9