Skip to content

Commit

Permalink
Merge pull request #269 from ExtremeFiretop/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/dev/all-actions-8aad1d7734

Bump the all-actions group with 2 updates
  • Loading branch information
ExtremeFiretop authored Jul 19, 2024
2 parents 37ca7fd + 87f4466 commit 720b0f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Create-NewReleases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.7
with:
fetch-depth: 0
ref: 'main' # Ensure we're tagging the main branch after the merge
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
git push origin ${{ steps.nextver.outputs.tag }}
- name: Create Release with Automated Release Notes
uses: softprops/action-gh-release@v0.1.15
uses: softprops/action-gh-release@v2.0.8
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: ${{ steps.nextver.outputs.tag }}
Expand Down

0 comments on commit 720b0f4

Please sign in to comment.