File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ jobs:
3131 pipx inject poetry poetry-dynamic-versioning
3232
3333 - name : Check out repository
34- uses : actions/checkout@v4.2
34+ uses : actions/checkout@v4.2.2
3535 with :
3636 # Fetch all history for all branches and all tags.
3737 # The tags are required for dynamic versioning.
3838 fetch-depth : 0
3939
4040 - name : Set up Python ${{ matrix.python-version }}
41- uses : actions/setup-python@v5.5
41+ uses : actions/setup-python@v5.6.0
4242 with :
4343 python-version : ${{ matrix.python-version }}
4444 cache : ' poetry'
Original file line number Diff line number Diff line change @@ -43,12 +43,12 @@ jobs:
4343 # check-out repo and set-up python
4444 # ----------------------------------------------
4545 - name : Check out repository
46- uses : actions/checkout@v4.2
46+ uses : actions/checkout@v4.2.2
4747 with :
4848 fetch-depth : 0
4949
5050 - name : Set up Python ${{ matrix.python-version }}
51- uses : actions/setup-python@v5.5
51+ uses : actions/setup-python@v5.6.0
5252 with :
5353 python-version : ${{ matrix.python-version }}
5454 cache : ' poetry'
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
1111 name : Build Python 🐍 distributions 📦 for publishing to PyPI
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4.2
14+ - uses : actions/checkout@v4.2.2
1515 with :
1616 # Checkout the code including tags required for dynamic versioning
1717 fetch-depth : 0
1818
1919 - name : Set up Python
20- uses : actions/setup-python@v5.5
20+ uses : actions/setup-python@v5.6.0
2121 with :
2222 python-version : 3.13
2323
3131 poetry build
3232
3333 - name : Store built distribution
34- uses : actions/upload-artifact@v4.6
34+ uses : actions/upload-artifact@v4.6.2
3535 with :
3636 name : distribution-files
3737 path : dist/
4848 # id-token: write # this permission is mandatory for trusted publishing
4949 steps :
5050 - name : Download built distribution
51- uses : actions/download-artifact@v4.2
51+ uses : actions/download-artifact@v4.3.0
5252 with :
5353 name : distribution-files
5454 path : dist
Original file line number Diff line number Diff line change @@ -84,15 +84,15 @@ jobs:
8484 echo "upstream_repo=${{ inputs.upstream_repo }}" >> "$GITHUB_ENV"
8585
8686 - name : checkout upstream
87- uses : actions/checkout@v4.2
87+ uses : actions/checkout@v4.2.2
8888 with :
8989 repository : " ${{ env.upstream_repo }}"
9090 path : linkml
9191 ref : " ${{ env.upstream_branch }}"
9292 fetch-depth : 0
9393
9494 - name : checkout linkml-runtime
95- uses : actions/checkout@v4.2
95+ uses : actions/checkout@v4.2.2
9696 with :
9797 path : linkml-runtime
9898 fetch-depth : 0
@@ -112,7 +112,7 @@ jobs:
112112 git fetch upstream --tags
113113
114114 - name : set up python
115- uses : actions/setup-python@v5.5
115+ uses : actions/setup-python@v5.6.0
116116 with :
117117 python-version : ${{ matrix.python-version }}
118118
You can’t perform that action at this time.
0 commit comments