diff --git a/.github/workflows/assemblefirmware.yml b/.github/workflows/assemblefirmware.yml index bf6ccac..cb17a3f 100644 --- a/.github/workflows/assemblefirmware.yml +++ b/.github/workflows/assemblefirmware.yml @@ -44,7 +44,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - run: | git fetch --prune --unshallow