Skip to content

Commit

Permalink
fix: update actions/checkout step to v4; actualize CHANGELOG.md (
Browse files Browse the repository at this point in the history
  • Loading branch information
ahanoff authored Mar 20, 2024
1 parent 5de7e07 commit 1076ef8
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}

Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# CHANGELOG

## 1.1.3

- fix: update `actions/checkout` step to `v4`
- fix: actualize `CHANGELOG.md`

## 1.1.1

- fix: increase timeout to 30 seconds

## 1.1.0

- feat: update dependencies

## 1.0.0

- feat: update action to use NodeJS 20
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opsless/ms-teams-github-actions",
"version": "1.1.2",
"version": "1.1.3",
"private": true,
"description": "MS Teams Github Actions integration",
"main": "lib/main.js",
Expand Down

0 comments on commit 1076ef8

Please sign in to comment.