Skip to content

Commit fcb7237

Browse files
metsmamrts
authored andcommitted
Increase version number and copyright year
WE2-858 Signed-off-by: Raul Metsma <raul@metsma.ee>
1 parent 9ed21d8 commit fcb7237

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1568
-5812
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
with:
1212
submodules: recursive
1313

14-
- uses: actions/setup-node@v3
14+
- uses: actions/setup-node@v4
1515
with:
16-
node-version: '14.x'
16+
node-version: '16.x'
1717

1818
- name: Cache Node.js modules
19-
uses: actions/cache@v3
19+
uses: actions/cache@v4
2020
with:
2121
# npm cache files are stored in `~/.npm` on Linux/macOS
2222
path: ~/.npm
@@ -35,7 +35,7 @@ jobs:
3535
npm run test clean build package
3636
3737
- name: Upload artifacts
38-
uses: actions/upload-artifact@v3
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: web-eid-webextension-${{github.run_number}}
4141
path: dist/

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020-2023 Estonian Information System Authority
3+
Copyright (c) 2020-2024 Estonian Information System Authority
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)