Skip to content

Commit a403b97

Browse files
authored
Merge pull request #1 from tt-rss/dependabot/github_actions/github-actions-1ac6b4af1a
GitHub Actions: Bump the github-actions group with 3 updates
2 parents 3cdd1b8 + c5c1fc7 commit a403b97

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
fetch-depth: 0
2525

2626
- name: Run Super-Linter
27-
uses: super-linter/super-linter/slim@v7
27+
uses: super-linter/super-linter/slim@v8
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
DEFAULT_BRANCH: main

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
id-token: write
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232
with:
3333
fetch-depth: 0
3434

@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/configure-pages@v5
4545

4646
- name: Upload Pages artifact
47-
uses: actions/upload-pages-artifact@v3
47+
uses: actions/upload-pages-artifact@v4
4848
with:
4949
path: ./_site
5050

0 commit comments

Comments
 (0)