Skip to content

Commit 07f1a03

Browse files
committed
Update the Eomm/why-don-t-you-tweet action to v2.0.0
1 parent a9de70f commit 07f1a03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
publish-to-gallery:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- name: Set PSRepository to Trusted for PowerShell Gallery
1313
shell: pwsh
1414
run: |
@@ -33,7 +33,7 @@ jobs:
3333
needs: publish-to-gallery
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: Eomm/why-don-t-you-tweet@v1
36+
- uses: Eomm/why-don-t-you-tweet@v2
3737
# We don't want to tweet if the repository is not a public one
3838
if: ${{ !github.event.repository.private }}
3939
with:

0 commit comments

Comments
 (0)