File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
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
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2025 Emerson Capuchi Romaneli
3+ Copyright (c) 2026 Emerson Capuchi Romaneli
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments