File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 48
48
PY : python3.9
49
49
SCIE_PANTS_DEV_CACHE : .scie_pants_dev_cache
50
50
steps :
51
- - uses : actions/checkout@v3
51
+ - uses : actions/checkout@v4
52
52
- name : Check Formatting
53
53
run : |
54
54
rustup toolchain add nightly -c rustfmt
@@ -71,14 +71,14 @@ jobs:
71
71
# should be resilient to this (see `test_pants_source_mode` in `test.rs`).
72
72
echo "cache_key=${{ matrix.os }}-scie-pants-v7-$(which python)" | tee -a "$GITHUB_OUTPUT"
73
73
- name : Cache Build and IT Artifacts
74
- uses : actions/cache@v3
74
+ uses : actions/cache@v4
75
75
with :
76
76
path : ${{ env.SCIE_PANTS_DEV_CACHE }}
77
77
key : ${{ steps.build_it_cache_key.outputs.cache_key }}
78
78
79
79
# required for the PANTS_SOURCE tests, which build a version of Pants that requires an external protoc
80
80
- name : Install Protoc
81
- uses : arduino/setup-protoc@9b1ee5b22b0a3f1feb8c2ff99b32c89b3c3191e9
81
+ uses : arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
82
82
if : ${{ matrix.os == 'macOS-10.15-X64' || matrix.os == 'macOS-11-ARM64' || matrix.os == 'ubuntu-22.04' || matrix.name == 'linux-arm64' }}
83
83
with :
84
84
repo-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 74
74
environment : Release
75
75
steps :
76
76
- name : Checkout scie-pants ${{ needs.determine-tag.outputs.release-tag }}
77
- uses : actions/checkout@v3
77
+ uses : actions/checkout@v4
78
78
with :
79
79
ref : ${{ needs.determine-tag.outputs.release-tag }}
80
80
- name : Package scie-pants ${{ needs.determine-tag.outputs.release-tag }} binary
@@ -102,7 +102,7 @@ jobs:
102
102
version : ${{ needs.determine-tag.outputs.release-version }}
103
103
setup-python : ${{ matrix.os == 'ubuntu-22.04' }}
104
104
- name : Create ${{ needs.determine-tag.outputs.release-tag }} Release
105
- uses : softprops/action-gh-release@v1
105
+ uses : softprops/action-gh-release@v2
106
106
env :
107
107
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
108
108
with :
You can’t perform that action at this time.
0 commit comments