Skip to content

Commit 4657b97

Browse files
dev: update github actions to latest versions
1 parent 4277738 commit 4657b97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/megalinter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: MegaLinter Run
4242
id: ml
4343
## latest release of major version
44-
uses: oxsecurity/megalinter/flavors/documentation@v8
44+
uses: oxsecurity/megalinter/flavors/documentation@v9
4545
env:
4646

4747
# Validate the git diff against default branch.

.github/workflows/scheduled-stale-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: echo "🐧 Job running on ${{ runner.os }} server"
2323
- run: echo "🐙 Using ${{ github.ref }} branch from ${{ github.repository }} repository"
2424

25-
- uses: actions/stale@v9
25+
- uses: actions/stale@v10
2626
with:
2727
stale-issue-message: 'After 30 days with no activity, the issue was automatically marked stale. Remove stale label or add a comment to prevent the issue being closed in 5 days.'
2828
stale-pr-message: 'After 45 days with no activity, the Pull Request was automatically marked stale. Remove stale label or comment to prevent the PR being closed in 10 days.'

0 commit comments

Comments
 (0)