Skip to content

Commit bcc2ce0

Browse files
Merge branch 'main' into dependency-updates
2 parents a40c75a + bcde5a6 commit bcc2ce0

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.github/workflows/cicd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Cache Deployment
3232
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
33-
uses: actions/cache@v3.0.11
33+
uses: actions/cache@v3.3.1
3434
env:
3535
cache-name: deployment-cache
3636
with:
@@ -43,7 +43,7 @@ jobs:
4343
if: ${{ github.ref == 'refs/heads/main' }}
4444
steps:
4545
- name: Load Deployment
46-
uses: actions/cache@v3.0.11
46+
uses: actions/cache@v3.3.1
4747
env:
4848
cache-name: deployment-cache
4949
with:
@@ -62,7 +62,7 @@ jobs:
6262
if: ${{ github.ref == 'refs/heads/main' }}
6363
steps:
6464
- name: Load Deployment
65-
uses: actions/cache@v3.0.11
65+
uses: actions/cache@v3.3.1
6666
env:
6767
cache-name: deployment-cache
6868
with:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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.
44

5+
### [3.1.3](https://github.com/target/markdown-inject/compare/v3.1.2...v3.1.3) (2023-04-11)
6+
57
### [3.1.2](https://github.com/target/markdown-inject/compare/v3.1.1...v3.1.2) (2023-03-06)
68

79
### [3.1.1](https://github.com/target/markdown-inject/compare/v3.1.0...v3.1.1) (2023-01-13)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdown-inject",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "Add file or command output to markdown documents.",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)