File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 steps :
2121 # https://github.com/actions/checkout
2222 - name : Checkout
23- uses : actions/checkout@v4.2.2
23+ uses : actions/checkout@v6.0.1
2424 with :
2525 fetch-depth : 0 # otherwise, you will fail to push refs to dest repo
2626
@@ -33,15 +33,15 @@ jobs:
3333
3434 # https://github.com/astral-sh/setup-uv
3535 - name : Install uv
36- uses : astral-sh/setup-uv@v6.4.3
36+ uses : astral-sh/setup-uv@v7.1.4
3737 with :
3838 python-version : 3.13
3939 enable-cache : true
4040 cache-dependency-glob : " uv.lock"
4141
4242 # https://github.com/actions/setup-python
4343 - name : Set up Python
44- uses : actions/setup-python@v5.6 .0
44+ uses : actions/setup-python@v6.1 .0
4545 with :
4646 python-version : 3.13
4747
Original file line number Diff line number Diff line change @@ -26,21 +26,21 @@ jobs:
2626
2727 # https://github.com/actions/checkout
2828 - name : Check out repository
29- uses : actions/checkout@v4.2.2
29+ uses : actions/checkout@v6.0.1
3030 with :
3131 persist-credentials : false
3232
3333 # https://github.com/astral-sh/setup-uv
3434 - name : Install uv
35- uses : astral-sh/setup-uv@v6.4.3
35+ uses : astral-sh/setup-uv@v7.1.4
3636 with :
3737 python-version : ${{ matrix.python-version }}
3838 enable-cache : true
3939 cache-dependency-glob : " uv.lock"
4040
4141 # https://github.com/actions/setup-python
4242 - name : Set up Python ${{ matrix.python-version }}
43- uses : actions/setup-python@v5.6 .0
43+ uses : actions/setup-python@v6.1 .0
4444 with :
4545 python-version : ${{ matrix.python-version }}
4646
Original file line number Diff line number Diff line change @@ -26,21 +26,21 @@ jobs:
2626 steps :
2727 # https://github.com/actions/checkout
2828 - name : Checkout
29- uses : actions/checkout@v4.2.2
29+ uses : actions/checkout@v6.0.1
3030 with :
3131 fetch-depth : 0
3232
3333 # https://github.com/astral-sh/setup-uv
3434 - name : Install uv
35- uses : astral-sh/setup-uv@v6.4.3
35+ uses : astral-sh/setup-uv@v7.1.4
3636 with :
3737 python-version : 3.13
3838 enable-cache : true
3939 cache-dependency-glob : " uv.lock"
4040
4141 # https://github.com/actions/setup-python
4242 - name : Set up Python 3
43- uses : actions/setup-python@v5.6 .0
43+ uses : actions/setup-python@v6.1 .0
4444 with :
4545 python-version : 3.13
4646
5454
5555 # https://github.com/rossjrw/pr-preview-action
5656 - name : Deploy preview
57- uses : rossjrw/pr-preview-action@v1.6.2
57+ uses : rossjrw/pr-preview-action@v1.6.3
5858 with :
5959 source-dir : site/
6060 preview-branch : gh-pages
You can’t perform that action at this time.
0 commit comments