We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b597ef commit d9f5310Copy full SHA for d9f5310
.github/workflows/check-pr-title.yaml
@@ -9,6 +9,6 @@ jobs:
9
name: 'Check PR title'
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: amannn/action-semantic-pull-request@v6.1.0
+ - uses: amannn/action-semantic-pull-request@v6.1.1
13
env:
14
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/lychee.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Run Lychee Link Checker
37
id: lychee
38
- uses: lycheeverse/lychee-action@v2.5.0
+ uses: lycheeverse/lychee-action@v2.6.0
39
40
GITHUB_TOKEN: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
41
with:
0 commit comments