File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2020 contents : ' write'
2121 id-token : ' write'
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 - name : Install uv
2525 uses : astral-sh/setup-uv@v7
2626 with :
6464 ENCRYPTED_SECRET=${{ needs.create-release-branch.outputs.encrypted-version }};
6565 VERSION=$(echo -n "$ENCRYPTED_SECRET" | base64 --decode | openssl enc -d -a -k "password");
6666 echo "version=$VERSION" >> $GITHUB_OUTPUT
67- - uses : actions/checkout@v5
67+ - uses : actions/checkout@v6
6868 with :
6969 ref : main
7070 - name : Reset release branch
@@ -105,7 +105,7 @@ jobs:
105105 ENCRYPTED_SECRET=${{ needs.create-release-branch.outputs.encrypted-version }};
106106 VERSION=$(echo -n "$ENCRYPTED_SECRET" | base64 --decode | openssl enc -d -a -k "password");
107107 echo "version=$VERSION" >> $GITHUB_OUTPUT
108- - uses : actions/checkout@v5
108+ - uses : actions/checkout@v6
109109 with :
110110 fetch-depth : 0
111111 - name : Delete release branch
Original file line number Diff line number Diff line change 1313 lint :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - name : Install uv
1818 uses : astral-sh/setup-uv@v7
1919 with :
Original file line number Diff line number Diff line change 99 publish :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 - name : Install uv
1414 uses : astral-sh/setup-uv@v7
1515 with :
Original file line number Diff line number Diff line change 1313 contents : ' write'
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717 - name : Get release tag
1818 id : get-tag
1919 run : |
Original file line number Diff line number Diff line change 1919 fail-fast : false
2020 runs-on : ${{ matrix.os }}
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 - name : Install uv
2424 uses : astral-sh/setup-uv@v7
2525 with :
4545 env :
4646 DEEPL_API_KEY : ${{ secrets.DEEPL_API_KEY }}
4747 steps :
48- - uses : actions/checkout@v5
48+ - uses : actions/checkout@v6
4949 - name : Install uv
5050 uses : astral-sh/setup-uv@v7
5151 with :
You can’t perform that action at this time.
0 commit comments