Skip to content

Commit f5b322b

Browse files
committed
Merge remote-tracking branch 'origin/main' into update-fzf-article
2 parents f57672e + 07900c1 commit f5b322b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/awesomebot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- uses: docker://dkhamsing/awesome_bot:latest
1818
with:
1919
args: /github/workspace/README.md --allow-dupe --allow-timeout --allow 202,429,500,501,502,503,504,509,521 --allow-redirect --request-delay 1 --white-list https://github,https://img.shields.io,https://archive.ph,https://archive.is

.github/workflows/mega-linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# Checkout the code base #
4040
##########################
4141
- name: Checkout Code
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343
with:
4444
# Full git history is needed to get a proper list of changed files
4545
# within `mega-linter`
@@ -66,7 +66,7 @@ jobs:
6666
# They will be available on Github action page "Artifacts" section
6767
- name: Archive production artifacts
6868
if: ${{ success() }} || ${{ failure() }}
69-
uses: actions/upload-artifact@v4
69+
uses: actions/upload-artifact@v5
7070
with:
7171
name: Mega-Linter reports
7272
path: |

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/igorshubovych/markdownlint-cli
19-
rev: v0.45.0
19+
rev: v0.46.0
2020
hooks:
2121
- id: markdownlint-fix
2222
args: ["--ignore", "LICENSE.md", "--disable", "~MD013"]

0 commit comments

Comments
 (0)