Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/word-wrap-1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer authored Dec 19, 2023
2 parents 48fee8e + af1d5a1 commit 38acdf1
Show file tree
Hide file tree
Showing 4 changed files with 401 additions and 139 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Repo
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.1.1
with:
persist-credentials: false
fetch-depth: 0

- name: Set Up NodeJs
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.1
with:
node-version-file: '.nvmrc'
cache: npm
Expand All @@ -30,7 +30,7 @@ jobs:

- name: Cache Deployment
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
uses: actions/[email protected].1
uses: actions/[email protected].2
env:
cache-name: deployment-cache
with:
Expand All @@ -43,7 +43,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
steps:
- name: Load Deployment
uses: actions/[email protected].1
uses: actions/[email protected].2
env:
cache-name: deployment-cache
with:
Expand All @@ -62,7 +62,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
steps:
- name: Load Deployment
uses: actions/[email protected].1
uses: actions/[email protected].2
env:
cache-name: deployment-cache
with:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [4.0.3](https://github.com/target/markdown-inject/compare/v4.0.2...v4.0.3) (2023-12-06)

### [4.0.2](https://github.com/target/markdown-inject/compare/v4.0.1...v4.0.2) (2023-12-01)

### [4.0.1](https://github.com/target/markdown-inject/compare/v4.0.0...v4.0.1) (2023-07-07)

## [4.0.0](https://github.com/target/markdown-inject/compare/v3.1.4...v4.0.0) (2023-05-11)
Expand Down
Loading

0 comments on commit 38acdf1

Please sign in to comment.