Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…to dev
  • Loading branch information
vagabondHustler committed May 11, 2024
2 parents bdbd1d5 + 48500cf commit e632176
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: dorny/paths-filter@v2
- uses: dorny/paths-filter@v3
id: changes
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Auto label
uses: TimonVS/pr-labeler-action@v4
uses: TimonVS/pr-labeler-action@v5
with:
configuration-path: .github/configs/auto_label.yml
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ jobs:
run: ls -R
working-directory: ${{ steps.download.outputs.download-path }}

- uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v2
with:
name: ${{ inputs.new_tags }}
tag_name: ${{ inputs.new_tags }}
Expand Down

0 comments on commit e632176

Please sign in to comment.