Skip to content

Commit a5bd159

Browse files
committed
Update actions
1 parent ff53458 commit a5bd159

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
contents: write
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: Set up Node.js
18-
uses: actions/setup-node@v3
18+
uses: actions/setup-node@v4
1919
with:
20-
node-version: '16'
20+
node-version: '25'
2121
cache: 'npm'
2222

2323
- name: Install dependencies
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Create Release
4747
if: startsWith(github.ref, 'refs/tags/')
48-
uses: softprops/action-gh-release@v1
48+
uses: softprops/action-gh-release@v2
4949
with:
5050
name: ${{ steps.get_tag.outputs.TAG }}
5151
files: search-engine.web.zip

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) 2025 Emerson Capuchi Romaneli
3+
Copyright (c) 2026 Emerson Capuchi Romaneli
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)