Skip to content

Commit 6c0d308

Browse files
committed
increment action version
1 parent 5813ade commit 6c0d308

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/gmake.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
steps:
1212
-
1313
name: Checkout project
14-
uses: actions/checkout@v4 # https://github.com/actions/checkout
14+
uses: actions/checkout@v5 # https://github.com/actions/checkout
1515
with:
1616
path: main
1717
submodules: true
1818
-
1919
name: Set up Python ${{ matrix.python-version }}
20-
uses: actions/setup-python@v5 # https://github.com/actions/setup-python
20+
uses: actions/setup-python@v6 # https://github.com/actions/setup-python
2121
with:
2222
cache: pip
2323
cache-dependency-path: |

.github/workflows/mypy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
steps:
1212
-
1313
name: Checkout project
14-
uses: actions/checkout@v4 # https://github.com/actions/checkout
14+
uses: actions/checkout@v5 # https://github.com/actions/checkout
1515
with:
1616
path: main
1717
submodules: true
1818
-
1919
name: Set up Python ${{ matrix.python-version }}
20-
uses: actions/setup-python@v5 # https://github.com/actions/setup-python
20+
uses: actions/setup-python@v6 # https://github.com/actions/setup-python
2121
with:
2222
cache: pip
2323
cache-dependency-path: |

.github/workflows/pylint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
steps:
1212
-
1313
name: Checkout project
14-
uses: actions/checkout@v4 # https://github.com/actions/checkout
14+
uses: actions/checkout@v5 # https://github.com/actions/checkout
1515
with:
1616
path: main
1717
submodules: true
1818
-
1919
name: Set up Python ${{ matrix.python-version }}
20-
uses: actions/setup-python@v5 # https://github.com/actions/setup-python
20+
uses: actions/setup-python@v6 # https://github.com/actions/setup-python
2121
with:
2222
cache: pip
2323
cache-dependency-path: |

.github/workflows/shellcheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
-
1010
name: Checkout project
11-
uses: actions/checkout@v4 # https://github.com/actions/checkout
11+
uses: actions/checkout@v5 # https://github.com/actions/checkout
1212
with:
1313
path: main
1414
submodules: true

0 commit comments

Comments
 (0)