diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 6c5c2d9..b54bbb7 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -21,7 +21,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v6 - name: Run test run: make test @@ -45,7 +45,7 @@ jobs: password: ${{ secrets.SCRIBDBOT_GH_CONTAINER_REGISTRY_TOKEN }} - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v6 # required for the changelog to work correctly - name: Unshallow