Skip to content

Commit

Permalink
Merge pull request #151 from carloscastrojumo/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/github-actions-46a0ce876e

Bump the github-actions group with 3 updates
  • Loading branch information
carloscastrojumo authored Mar 26, 2024
2 parents 45e4157 + a5d4bc4 commit be6bf47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
steps:
# Release with semantic tag like v1.0.3
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: ${{ github.event.release.tag_name }}

- name: Setup Node
uses: actions/setup-node@v2
uses: actions/setup-node@v4

- name: Test and Build
run: |
Expand Down

0 comments on commit be6bf47

Please sign in to comment.