diff --git a/.github/workflows/drift-detection.yml b/.github/workflows/drift-detection.yml index 55a9922..ff5fe7b 100644 --- a/.github/workflows/drift-detection.yml +++ b/.github/workflows/drift-detection.yml @@ -24,7 +24,7 @@ jobs: - name: Run drift detection id: drift - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const { execSync } = require('child_process');