File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 9393 --target bullseye heart star \
9494 --workers 0
9595
96- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
96+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0 .0
9797 with :
9898 name : morphed-data-pr${{ github.event.number }}-${{ github.sha }}
9999 path : morphed_data
Original file line number Diff line number Diff line change 99 issues : write
1010 pull-requests : write
1111 steps :
12- - uses : actions/first-interaction@753c925c8d1ac6fede23781875376600628d9b5d # v3.0 .0
12+ - uses : actions/first-interaction@1c4688942c71f71d4f5502a26ea67c331730fa4d # v3.1 .0
1313 with :
1414 repo-token : ${{ secrets.GITHUB_TOKEN }}
1515 issue-message : " It looks like this is your first issue here – welcome! Please familiarize yourself with the [contributing guidelines](https://github.com/stefmolin/data-morph/blob/main/CONTRIBUTING.md), if you haven't already."
Original file line number Diff line number Diff line change 2424 - name : Build a binary wheel and a source tarball
2525 run : python3 -m build
2626 - name : Store the distribution packages
27- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
27+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0 .0
2828 with :
2929 name : python-package-distributions
3030 path : dist/
4444
4545 steps :
4646 - name : Download all the dists
47- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
47+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
4848 with :
4949 name : python-package-distributions
5050 path : dist/
@@ -65,12 +65,12 @@ jobs:
6565
6666 steps :
6767 - name : Download all the dists
68- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
68+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
6969 with :
7070 name : python-package-distributions
7171 path : dist/
7272 - name : Sign the dists with Sigstore
73- uses : sigstore/gh-action-sigstore-python@f514d46b907ebcd5bedc05145c03b69c1edd8b46 # v3.0 .0
73+ uses : sigstore/gh-action-sigstore-python@f832326173235dcb00dd5d92cd3f353de3188e6c # v3.1 .0
7474 with :
7575 inputs : >-
7676 ./dist/*.tar.gz
@@ -110,7 +110,7 @@ jobs:
110110
111111 steps :
112112 - name : Download all the dists
113- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
113+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
114114 with :
115115 name : python-package-distributions
116116 path : dist/
Original file line number Diff line number Diff line change 1313 stale :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0 .0
16+ - uses : actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1 .0
1717 with :
1818 days-before-stale : 30
1919 days-before-close : 7
You can’t perform that action at this time.
0 commit comments