Skip to content

Commit 1656635

Browse files
committed
⚙️ bump checkout and setup-python
1 parent ae7a2d9 commit 1656635

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/agents_validate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout code
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727
with:
2828
submodules: 'recursive'
2929
token: ${{ secrets.GITHUB_TOKEN }}
@@ -35,7 +35,7 @@ jobs:
3535
- name: Read Python version
3636
run: echo "PYTHON_VERSION=$(cat .python-version | tr -d '\n')" >> $GITHUB_ENV
3737
- name: Set up Python
38-
uses: actions/setup-python@v3
38+
uses: actions/setup-python@v5
3939
with:
4040
python-version: ${{ env.PYTHON_VERSION }}
4141
- name: Install uv

.github/workflows/nightly_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
with:
1515
submodules: 'recursive'
1616
token: ${{ secrets.GITHUB_TOKEN }}
@@ -22,7 +22,7 @@ jobs:
2222
- name: Read Python version
2323
run: echo "PYTHON_VERSION=$(cat .python-version | tr -d '\n')" >> $GITHUB_ENV
2424
- name: Set up Python
25-
uses: actions/setup-python@v3
25+
uses: actions/setup-python@v5
2626
with:
2727
python-version: ${{ env.PYTHON_VERSION }}
2828
- name: Install uv

0 commit comments

Comments
 (0)