File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 34
34
path : |
35
35
~/.cache/pre-commit/
36
36
key : ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
37
- - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
37
+ - uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
38
38
with :
39
39
python-version : " 3.12"
40
40
- name : Set up Python environment
Original file line number Diff line number Diff line change 51
51
- name : Tar/xz source
52
52
run : tar -cvJf "${name}-${ref}.tar.xz" "${name}-${ref}"
53
53
54
- - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
54
+ - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
55
55
with :
56
56
name : source
57
57
path : |
82
82
tee "${GITHUB_WORKSPACE}/release-notes.md"
83
83
working-directory : code
84
84
85
- - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
85
+ - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
86
86
with :
87
87
name : release-notes
88
88
path : |
@@ -125,7 +125,7 @@ jobs:
125
125
run : file "target/${{ matrix.target }}/release/${name}"
126
126
- name : Compress
127
127
run : cp "target/${{ matrix.target }}/release/${name}" . && tar -cvJf "${name}-${ref}-${{ matrix.target }}.tar.xz" "${name}"
128
- - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
128
+ - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
129
129
with :
130
130
name : ${{ matrix.target }}
131
131
path : " ${{ env.name }}-${{ env.ref }}-${{ matrix.target }}.tar.xz"
@@ -137,15 +137,15 @@ jobs:
137
137
138
138
steps :
139
139
- name : Download artifacts
140
- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
140
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
141
141
with :
142
142
merge-multiple : true
143
143
144
144
- name : List files
145
145
run : ls -lR
146
146
147
147
- name : Create release
148
- uses : softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 # v2.0.6
148
+ uses : softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
149
149
if : startsWith(github.ref, 'refs/tags/')
150
150
with :
151
151
files : |
Original file line number Diff line number Diff line change 96
96
ROW_YES : " true"
97
97
# The signac test requires python
98
98
- name : Set up Python
99
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
99
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
100
100
with :
101
101
python-version : " 3.12"
102
102
- name : Set up Python environment
You can’t perform that action at this time.
0 commit comments