Skip to content

Commit

Permalink
Fix Node.js 12 actions are deprecated message
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelinux authored Jun 4, 2023
1 parent cfbdf52 commit c92de85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
publish-to-gallery:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set PSRepository to Trusted for PowerShell Gallery
shell: pwsh
run: |
Expand Down

0 comments on commit c92de85

Please sign in to comment.