File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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 : |
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 : |
Original file line number Diff line number Diff line change 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 : |
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
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 22
33# Unreleased
44
5+ ## Updated
6+
7+ - dev: updated GitHub action via ` make dependencies-update `
8+
9+ | : file | : name | : current | : latest |
10+ | ------------------------------------------------| -------------------------| ----------| ---------|
11+ | .github/workflows/changelog-check.yaml | actions/checkout | v5 | v6.0.2 |
12+ | .github/workflows/megalinter.yaml | actions/checkout | v5 | v6.0.2 |
13+ | | actions/upload-artifact | v4 | v7.0.1 |
14+ | .github/workflows/publish-book.yaml | actions/cache | v4 | v5.0.4 |
15+ | | actions/checkout | v5 | v6.0.2 |
16+ | .github/workflows/scheduled-version-check.yaml | actions/checkout | v5 | v6.0.2 |
17+
518
619# 2026-04-11
720
You can’t perform that action at this time.
0 commit comments