Skip to content

Commit b386368

Browse files
committed
Bump GitHub Actions versions
1 parent 8835f86 commit b386368

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Graphviz
2020
uses: ts-graphviz/setup-graphviz@v2
2121
- name: Set up Python 3.12
22-
uses: actions/setup-python@v5
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version: '3.12'
2525
cache: 'pip'
@@ -39,7 +39,7 @@ jobs:
3939
run: make deploy
4040

4141
- name: Use Node.js ${{ env.node-version }}
42-
uses: actions/setup-node@v4
42+
uses: actions/setup-node@v5
4343
with:
4444
node-version: ${{ env.node-version }}
4545

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v5
1010

1111
- name: Set up Python ${{ matrix.python-version }}
12-
uses: actions/setup-python@v5
12+
uses: actions/setup-python@v6
1313
with:
1414
python-version: "3.12"
1515

0 commit comments

Comments
 (0)