diff options
Diffstat (limited to 'vendor/twbs/bootstrap/.github/workflows/bundlewatch.yml')
-rw-r--r-- | vendor/twbs/bootstrap/.github/workflows/bundlewatch.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/twbs/bootstrap/.github/workflows/bundlewatch.yml b/vendor/twbs/bootstrap/.github/workflows/bundlewatch.yml index c02a37ed9..7f58b245f 100644 --- a/vendor/twbs/bootstrap/.github/workflows/bundlewatch.yml +++ b/vendor/twbs/bootstrap/.github/workflows/bundlewatch.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false |