Skip to content

Commit 1076ef8

Browse files
authored
fix: update actions/checkout step to v4; actualize CHANGELOG.md (#54)
1 parent 5de7e07 commit 1076ef8

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616

1717
- name: Setup node
18-
uses: actions/setup-node@v3
18+
uses: actions/setup-node@v4
1919
with:
2020
node-version: ${{ matrix.node }}
2121

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# CHANGELOG
2+
3+
## 1.1.3
4+
5+
- fix: update `actions/checkout` step to `v4`
6+
- fix: actualize `CHANGELOG.md`
7+
8+
## 1.1.1
9+
10+
- fix: increase timeout to 30 seconds
11+
12+
## 1.1.0
13+
14+
- feat: update dependencies
15+
16+
## 1.0.0
17+
18+
- feat: update action to use NodeJS 20

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opsless/ms-teams-github-actions",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"private": true,
55
"description": "MS Teams Github Actions integration",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)