[workflows] update 'checkout' & 'setup-python' versions
This commit is contained in:
4
.github/workflows/executables.yml
vendored
4
.github/workflows/executables.yml
vendored
@@ -37,10 +37,10 @@ jobs:
|
||||
python-packages: "toml"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }} ${{ matrix.architecture }}
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
architecture: ${{ matrix.architecture }}
|
||||
|
||||
Reference in New Issue
Block a user