Skip to content

Commit a7b9c4a

Browse files
Merge pull request #117 from stefanak-michal/new_version
Bump version to 1.2.0 and update actions/checkout to v4
2 parents e8ab77d + de15895 commit a7b9c4a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/auto-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
GITHUB_REPOSITORY: ${{ github.repository }}
1616
steps:
1717
- name: checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919

2020
- name: setup node.js
2121
uses: actions/setup-node@v4

package-lock.json

Lines changed: 8 additions & 8 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": "@stefanak-michal/cyphergui",
3-
"version": "1.1.3",
3+
"version": "1.2.0",
44
"private": false,
55
"homepage": ".",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)