File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1919 env :
2020 SYSTEM_VERSION_COMPAT : 0
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - uses : actions/setup-python@v5
2424 with :
2525 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1717 image : ["manylinux_2_28", "musllinux_1_2"]
1818 arch : ["x86_64"]
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - uses : actions/setup-python@v5
2222 with :
2323 python-version : " 3.12"
Original file line number Diff line number Diff line change 1919 env :
2020 SYSTEM_VERSION_COMPAT : 0
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - uses : actions/setup-python@v5
2424 with :
2525 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1313 name : Check helpers
1414 runs-on : " ubuntu-latest"
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : actions/setup-python@v5
1818 with :
1919 python-version : " 3.12"
Original file line number Diff line number Diff line change 1212 lint :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - uses : astral-sh/setup-uv@v6
1717 with :
1818 enable-cache : true
Original file line number Diff line number Diff line change 1616 matrix :
1717 os : [ubuntu, macos]
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - uses : cachix/install-nix-action@v31
2121 - uses : cachix/cachix-action@v16
2222 with :
Original file line number Diff line number Diff line change 1313 id-token : write
1414 contents : write
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 with :
1818 ref : ${{ github.ref_name }}
1919 - run : curl https://github.com/nim65s.gpg | gpg --import
Original file line number Diff line number Diff line change 1818 env :
1919 SYSTEM_VERSION_COMPAT : 0
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - uses : actions/setup-python@v5
2323 with :
2424 python-version : " 3.12"
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout repository
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 - name : Install Nix
1515 uses : DeterminateSystems/nix-installer-action@main
1616 - name : Update flake.lock
You can’t perform that action at this time.
0 commit comments