We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9de70f commit 07f1a03Copy full SHA for 07f1a03
.github/workflows/Release.yml
@@ -8,7 +8,7 @@ jobs:
8
publish-to-gallery:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
12
- name: Set PSRepository to Trusted for PowerShell Gallery
13
shell: pwsh
14
run: |
@@ -33,7 +33,7 @@ jobs:
33
needs: publish-to-gallery
34
35
36
- - uses: Eomm/why-don-t-you-tweet@v1
+ - uses: Eomm/why-don-t-you-tweet@v2
37
# We don't want to tweet if the repository is not a public one
38
if: ${{ !github.event.repository.private }}
39
with:
0 commit comments