Skip to content

Commit 09dadde

Browse files
dev: update github actions to latest version
1 parent ff55d84 commit 09dadde

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/changelog-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
# Git Checkout
2121
- name: Checkout Code
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
fetch-depth: 0
2525
sparse-checkout: |

.github/workflows/megalinter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
# Git Checkout
3030
- name: Checkout Code
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232
with:
3333
fetch-depth: 0
3434
sparse-checkout: |
@@ -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
# ADD CUSTOM ENV VARIABLES OR DEFINE IN MEGALINTER_CONFIG file
4747
MEGALINTER_CONFIG: .github/config/megalinter.yaml

.github/workflows/publish-book.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- run: echo "🐙 Using ${{ github.ref }} branch from ${{ github.repository }} repository"
3232

3333
- name: Checkout Code
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
with:
3636
fetch-depth: 0
3737
sparse-checkout: |
@@ -41,7 +41,7 @@ jobs:
4141
- run: echo "🐙 ${{ github.repository }} repository sparse-checkout to the CI runner."
4242

4343
- name: Setup Python
44-
uses: actions/setup-python@v5
44+
uses: actions/setup-python@v6
4545
with:
4646
python-version: 3.x
4747

.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.'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- run: echo "🐙 Using ${{ github.ref }} branch from ${{ github.repository }} repository"
3333

3434
- name: Checkout Code
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
with:
3737
fetch-depth: 0
3838
sparse-checkout: |

0 commit comments

Comments
 (0)