Skip to content

Commit

Permalink
ci: upgrade actions (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Mar 28, 2024
1 parent 6835190 commit e08595e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
- uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: java

- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: "/language:java"

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: echo ${{ github.ref_name }} > version.txt

- name: Upload asset
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: github.event_name == 'release'
with:
files: |
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
run: crowdin -V

- name: Publish the package
uses: JS-DevTools/npm-publish@v2
uses: JS-DevTools/npm-publish@v3
with:
provenance: true
token: ${{ secrets.NPM_TOKEN }}
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
run: cat chocolatey/tools/chocolateyinstall.ps1

- name: Choco pack
uses: crazy-max/ghaction-chocolatey@v2
uses: crazy-max/ghaction-chocolatey@v3
with:
args: pack chocolatey/crowdin-cli.nuspec

Expand All @@ -191,7 +191,7 @@ jobs:
choco install crowdin-cli -s . -y
- name: Choco publish
uses: crazy-max/ghaction-chocolatey@v2
uses: crazy-max/ghaction-chocolatey@v3
with:
args: push --api-key ${{ secrets.CHOCOLATEY_API_KEY }} --source=https://push.chocolatey.org/

Expand Down

0 comments on commit e08595e

Please sign in to comment.