Skip to content

Commit

Permalink
Merge pull request #389 from chizmw/dependabot/github_actions/github-…
Browse files Browse the repository at this point in the history
…actions-93e87941e5

chore(deps): bump the github-actions group with 3 updates
  • Loading branch information
chizmw authored Mar 24, 2024
2 parents cf27520 + d6f6a85 commit d980adb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/unconscious-purple-mosquito.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'arcane-scripts': patch
---

<!-- markdownlint-disable MD041 -->chore(deps): bump the github-actions group with 3 updates
2 changes: 1 addition & 1 deletion .github/workflows/assign-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
- uses: actions/add-to-project@v0.6.1
with:
# You can target a project in a different organization
# to the issue
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
EOInfo
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
# only run if we have a changelog entry
if: steps.get-changelog-entry.outputs.last-change-entry != ''
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: fuxingloh/multi-labeler@v2
- uses: fuxingloh/multi-labeler@v4
with:
github-token: ${{ secrets.CHANGESETS_TOKEN }}

0 comments on commit d980adb

Please sign in to comment.