Skip to content

Commit 0e369e4

Browse files
authored
Merge pull request #161 from CabbageDevelopment/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 9addefc + f114069 commit 0e369e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
sudo apt-get -qq install '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev libegl-dev
6767
6868
- name: Setup python ${{ matrix.python-version }}
69-
uses: actions/setup-python@v5
69+
uses: actions/setup-python@v6
7070
with:
7171
python-version: ${{ matrix.python-version }}
7272

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v5
1515

1616
- name: Set up python
17-
uses: actions/setup-python@v5
17+
uses: actions/setup-python@v6
1818
with:
1919
python-version-file: pyproject.toml
2020

0 commit comments

Comments
 (0)