File tree 6 files changed +24
-20
lines changed
6 files changed +24
-20
lines changed Original file line number Diff line number Diff line change @@ -11,20 +11,20 @@ jobs:
11
11
12
12
steps :
13
13
- name : Checkout nudge repo
14
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
14
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
15
15
with :
16
16
ref : ${{ github.event.pull_request.head.sha }}
17
17
fetch-depth : 0
18
18
19
19
- name : Install Apple Xcode certificates
20
- uses : apple-actions/import-codesign-certs@8f3fb608891dd2244cdab3d69cd68c0d37a7fe93 # v2 .0.0
20
+ uses : apple-actions/import-codesign-certs@63fff01cd422d4b7b855d40ca1e9d34d2de9427d # v3 .0.0
21
21
with :
22
22
keychain-password : ${{ github.run_id }}
23
23
p12-file-base64 : ${{ secrets.APP_CERTIFICATES_P12_MAOS }}
24
24
p12-password : ${{ secrets.APP_CERTIFICATES_P12_PASSWORD_MAOS }}
25
25
26
26
- name : Install Apple Installer certificates
27
- uses : apple-actions/import-codesign-certs@8f3fb608891dd2244cdab3d69cd68c0d37a7fe93 # v2 .0.0
27
+ uses : apple-actions/import-codesign-certs@63fff01cd422d4b7b855d40ca1e9d34d2de9427d # v3 .0.0
28
28
with :
29
29
create-keychain : false # do not create a new keychain for this value
30
30
keychain-password : ${{ github.run_id }}
41
41
echo "NUDGE_MAIN_VERSION=$(/bin/cat ./build_info_main.txt)" >> $GITHUB_ENV
42
42
43
43
- name : Upload zip archive
44
- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
44
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
45
45
with :
46
46
name : packages
47
47
path : outputs/
Original file line number Diff line number Diff line change @@ -19,19 +19,19 @@ jobs:
19
19
20
20
steps :
21
21
- name : Checkout nudge repo
22
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
22
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
23
23
with :
24
24
fetch-depth : 0
25
25
26
26
- name : Install Apple Xcode certificates
27
- uses : apple-actions/import-codesign-certs@8f3fb608891dd2244cdab3d69cd68c0d37a7fe93 # v2 .0.0
27
+ uses : apple-actions/import-codesign-certs@63fff01cd422d4b7b855d40ca1e9d34d2de9427d # v3 .0.0
28
28
with :
29
29
keychain-password : ${{ github.run_id }}
30
30
p12-file-base64 : ${{ secrets.APP_CERTIFICATES_P12_MAOS }}
31
31
p12-password : ${{ secrets.APP_CERTIFICATES_P12_PASSWORD_MAOS }}
32
32
33
33
- name : Install Apple Installer certificates
34
- uses : apple-actions/import-codesign-certs@8f3fb608891dd2244cdab3d69cd68c0d37a7fe93 # v2 .0.0
34
+ uses : apple-actions/import-codesign-certs@63fff01cd422d4b7b855d40ca1e9d34d2de9427d # v3 .0.0
35
35
with :
36
36
create-keychain : false # do not create a new keychain for this value
37
37
keychain-password : ${{ github.run_id }}
89
89
files : ${{github.workspace}}/outputs/*.pkg
90
90
91
91
- name : Upload packages
92
- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
92
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
93
93
with :
94
94
name : packages
95
95
path : outputs/
Original file line number Diff line number Diff line change @@ -11,19 +11,19 @@ jobs:
11
11
12
12
steps :
13
13
- name : Checkout nudge repo
14
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
14
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
15
15
with :
16
16
fetch-depth : 0
17
17
18
18
- name : Install Apple Xcode certificates
19
- uses : apple-actions/import-codesign-certs@8f3fb608891dd2244cdab3d69cd68c0d37a7fe93 # v2 .0.0
19
+ uses : apple-actions/import-codesign-certs@63fff01cd422d4b7b855d40ca1e9d34d2de9427d # v3 .0.0
20
20
with :
21
21
keychain-password : ${{ github.run_id }}
22
22
p12-file-base64 : ${{ secrets.APP_CERTIFICATES_P12_MAOS }}
23
23
p12-password : ${{ secrets.APP_CERTIFICATES_P12_PASSWORD_MAOS }}
24
24
25
25
- name : Install Apple Installer certificates
26
- uses : apple-actions/import-codesign-certs@8f3fb608891dd2244cdab3d69cd68c0d37a7fe93 # v2 .0.0
26
+ uses : apple-actions/import-codesign-certs@63fff01cd422d4b7b855d40ca1e9d34d2de9427d # v3 .0.0
27
27
with :
28
28
create-keychain : false # do not create a new keychain for this value
29
29
keychain-password : ${{ github.run_id }}
81
81
files : ${{github.workspace}}/outputs/*.pkg
82
82
83
83
- name : Upload packages
84
- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
84
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
85
85
with :
86
86
name : packages
87
87
path : outputs/
Original file line number Diff line number Diff line change @@ -19,19 +19,19 @@ jobs:
19
19
20
20
steps :
21
21
- name : Checkout nudge repo
22
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
22
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
23
23
with :
24
24
fetch-depth : 0
25
25
26
26
- name : Install Apple Xcode certificates
27
- uses : apple-actions/import-codesign-certs@8f3fb608891dd2244cdab3d69cd68c0d37a7fe93 # v2 .0.0
27
+ uses : apple-actions/import-codesign-certs@63fff01cd422d4b7b855d40ca1e9d34d2de9427d # v3 .0.0
28
28
with :
29
29
keychain-password : ${{ github.run_id }}
30
30
p12-file-base64 : ${{ secrets.APP_CERTIFICATES_P12_MAOS }}
31
31
p12-password : ${{ secrets.APP_CERTIFICATES_P12_PASSWORD_MAOS }}
32
32
33
33
- name : Install Apple Installer certificates
34
- uses : apple-actions/import-codesign-certs@8f3fb608891dd2244cdab3d69cd68c0d37a7fe93 # v2 .0.0
34
+ uses : apple-actions/import-codesign-certs@63fff01cd422d4b7b855d40ca1e9d34d2de9427d # v3 .0.0
35
35
with :
36
36
create-keychain : false # do not create a new keychain for this value
37
37
keychain-password : ${{ github.run_id }}
89
89
files : ${{github.workspace}}/outputs/*.pkg
90
90
91
91
- name : Upload packages
92
- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
92
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
93
93
with :
94
94
name : packages
95
95
path : outputs/
Original file line number Diff line number Diff line change @@ -11,19 +11,19 @@ jobs:
11
11
12
12
steps :
13
13
- name : Checkout nudge repo
14
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
14
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
15
15
with :
16
16
fetch-depth : 0
17
17
18
18
- name : Install Apple Xcode certificates
19
- uses : apple-actions/import-codesign-certs@8f3fb608891dd2244cdab3d69cd68c0d37a7fe93 # v2 .0.0
19
+ uses : apple-actions/import-codesign-certs@63fff01cd422d4b7b855d40ca1e9d34d2de9427d # v3 .0.0
20
20
with :
21
21
keychain-password : ${{ github.run_id }}
22
22
p12-file-base64 : ${{ secrets.APP_CERTIFICATES_P12_MAOS }}
23
23
p12-password : ${{ secrets.APP_CERTIFICATES_P12_PASSWORD_MAOS }}
24
24
25
25
- name : Install Apple Installer certificates
26
- uses : apple-actions/import-codesign-certs@8f3fb608891dd2244cdab3d69cd68c0d37a7fe93 # v2 .0.0
26
+ uses : apple-actions/import-codesign-certs@63fff01cd422d4b7b855d40ca1e9d34d2de9427d # v3 .0.0
27
27
with :
28
28
create-keychain : false # do not create a new keychain for this value
29
29
keychain-password : ${{ github.run_id }}
81
81
files : ${{github.workspace}}/outputs/*.pkg
82
82
83
83
- name : Upload packages
84
- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
84
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
85
85
with :
86
86
name : packages
87
87
path : outputs/
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ Requires macOS 12.0 and higher.
16
16
- When ` showRequiredDate ` is set to ` True ` and the admin is using the default values for ` requiredInstallationDisplayFormat ` , Nudge will attempt to understand the current locale and display the menu item appropriately.
17
17
- Addresses [ 615] ( https://github.com/macadmins/nudge/issues/615 )
18
18
19
+ ### Fixed
20
+ - Several components in the Github Actions were triggering deprecation warnings. These have been addressed by updating to the latest version of these components
21
+ - Addresses [ 616] ( https://github.com/macadmins/nudge/issues/616 )
22
+
19
23
## [ 2.0.4] - 2024-07-23
20
24
Requires macOS 12.0 and higher.
21
25
You can’t perform that action at this time.
0 commit comments