Skip to content

Commit e9cb0e1

Browse files
dev: update github actions with make dependencies-update
| :file | :name | :current | :latest | |------------------------------------------------|-------------------------|----------|---------| | .github/workflows/changelog-check.yaml | actions/checkout | v5 | v6.0.2 | | .github/workflows/megalinter.yaml | actions/checkout | v5 | v6.0.2 | | | actions/upload-artifact | v4 | v7.0.1 | | .github/workflows/publish-book.yaml | actions/cache | v4 | v5.0.4 | | | actions/checkout | v5 | v6.0.2 | | .github/workflows/scheduled-version-check.yaml | actions/checkout | v5 | v6.0.2 |
1 parent 1f93a25 commit e9cb0e1

5 files changed

Lines changed: 16 additions & 6 deletions

File tree

.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@v5
22+
uses: actions/checkout@v6
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@v5
31+
uses: actions/checkout@v6
3232
with:
3333
fetch-depth: 0
3434
sparse-checkout: |
@@ -54,7 +54,7 @@ jobs:
5454
# Upload MegaLinter artifacts
5555
- name: Archive production artifacts
5656
if: ${{ success() }} || ${{ failure() }}
57-
uses: actions/upload-artifact@v4
57+
uses: actions/upload-artifact@v7
5858
with:
5959
name: MegaLinter reports
6060
path: |

.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@v5
34+
uses: actions/checkout@v6
3535
with:
3636
fetch-depth: 0
3737
sparse-checkout: |
@@ -46,7 +46,7 @@ jobs:
4646
python-version: 3.x
4747

4848
- name: Cache
49-
uses: actions/cache@v4
49+
uses: actions/cache@v5
5050
with:
5151
key: ${{ github.ref }}
5252
path: .cache

.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@v5
35+
uses: actions/checkout@v6
3636
with:
3737
fetch-depth: 0
3838
sparse-checkout: |

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,13 @@
2222
- dev: megalinter upgrade to version 8
2323
- dev: update mkdocs targets to use python virtual environment
2424
- mkdocs: refactor main nav, add personal journal link
25+
- dev: update github actions with `make dependencies-update`
26+
27+
| :file | :name | :current | :latest |
28+
|------------------------------------------------|-------------------------|----------|---------|
29+
| .github/workflows/changelog-check.yaml | actions/checkout | v5 | v6.0.2 |
30+
| .github/workflows/megalinter.yaml | actions/checkout | v5 | v6.0.2 |
31+
| | actions/upload-artifact | v4 | v7.0.1 |
32+
| .github/workflows/publish-book.yaml | actions/cache | v4 | v5.0.4 |
33+
| | actions/checkout | v5 | v6.0.2 |
34+
| .github/workflows/scheduled-version-check.yaml | actions/checkout | v5 | v6.0.2 |

0 commit comments

Comments
 (0)