Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jarroyoesp committed Sep 27, 2024
1 parent af9ac11 commit 99871f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ jobs:
steps:
# 1
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v2

- name: Create release tag
uses: actions/github-script@v7
uses: actions/github-script@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down

0 comments on commit 99871f6

Please sign in to comment.