diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43111ae4..121ceb9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: steps: - name: 📦 Check out the codebase - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🛠️ Setup PHP uses: shivammathur/setup-php@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index f7b5e08a..7ad25277 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.100](https://github.com/wayofdev/laravel-open-docs/compare/v2.0.99...v2.0.100) (2023-09-04) + + +### Miscellaneous + +* **deps:** update actions/checkout action to v4 ([6fcbeb5](https://github.com/wayofdev/laravel-open-docs/commit/6fcbeb513804447ad618ae7939ebbe730e1e9feb)) + ## [2.0.99](https://github.com/wayofdev/laravel-open-docs/compare/v2.0.98...v2.0.99) (2023-09-04) diff --git a/package.json b/package.json index 41a19fba..b3e1a108 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.0.99", + "version": "2.0.100", "repository": { "url": "https://github.com/wayofdev/laravel-open-docs.git" }