Skip to content

Commit

Permalink
ci: fix version of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
liljaylj committed Dec 6, 2024
1 parent 64c50cb commit e37f9b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@4
uses: actions/checkout@v4
- name: Release
uses: softprops/action-gh-release@2
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: tg-notify

0 comments on commit e37f9b8

Please sign in to comment.