Skip to content

Commit e99fa5f

Browse files
committed
Bump Action versions
No effects were observed on Make-managed files. Signed-off-by: Alex Nelson <[email protected]>
1 parent 1f61da6 commit e99fa5f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
- '3.12'
3434

3535
steps:
36-
- uses: actions/checkout@v3
36+
- uses: actions/checkout@v4
3737
- name: Set up Python ${{ matrix.python-version }}
38-
uses: actions/setup-python@v4
38+
uses: actions/setup-python@v5
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
- name: Pre-commit Checks

.github/workflows/supply-chain.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- '3.12'
3333

3434
steps:
35-
- uses: actions/checkout@v3
35+
- uses: actions/checkout@v4
3636
with:
3737
# This enables supply chain review against only a selected
3838
# branch. For those using the "Git-Flow" style of branching,
@@ -42,7 +42,7 @@ jobs:
4242
# https://cyberdomainontology.org/ontology/development/#branching-cdo-git-flow
4343
ref: main
4444
- name: Set up Python ${{ matrix.python-version }}
45-
uses: actions/setup-python@v4
45+
uses: actions/setup-python@v5
4646
with:
4747
python-version: ${{ matrix.python-version }}
4848
- name: Review dependencies

0 commit comments

Comments
 (0)