Skip to content

Commit 32bc934

Browse files
dev: updated GitHub action versions in all workflows
| :file | :name | :current | :latest | |------------------------------------------------|------------------|----------|---------| | .github/workflows/changelog-check.yaml | actions/checkout | v4 | v5 | | .github/workflows/megalinter.yaml | actions/checkout | v4 | v5 | | .github/workflows/publish-book.yaml | actions/checkout | v4 | v5 | | .github/workflows/scheduled-version-check.yaml | actions/checkout | v4 | v5 |
1 parent b2445c2 commit 32bc934

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
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: 1 addition & 1 deletion
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: |

.github/workflows/publish-book.yaml

Lines changed: 1 addition & 1 deletion
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: |

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88
- mkdocs: add automatic light/dark mode
99
- dev: `dependencies-update` & `dependencies-outdated` make tasks
1010

11+
## Updated
12+
- dev: updated GitHub action versions in all workflows
13+
14+
| :file | :name | :current | :latest |
15+
|------------------------------------------------|------------------|----------|---------|
16+
| .github/workflows/changelog-check.yaml | actions/checkout | v4 | v5 |
17+
| .github/workflows/megalinter.yaml | actions/checkout | v4 | v5 |
18+
| .github/workflows/publish-book.yaml | actions/checkout | v4 | v5 |
19+
| .github/workflows/scheduled-version-check.yaml | actions/checkout | v4 | v5 |
20+
1121
## Changed
1222
- intro: update 15 mins intro to Clojure
1323

0 commit comments

Comments
 (0)