File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 41
41
- name : Install xcbeautify
42
42
run : brew install xcbeautify
43
43
- name : Checkout code
44
- uses : actions/checkout@v4
44
+ uses : actions/checkout@v5
45
45
- name : Run tests
46
46
env :
47
47
DESTINATION : ${{ format('platform={0},{1}', matrix.platform, matrix.destination) }}
77
77
container : ${{ matrix.swift-image }}
78
78
steps :
79
79
- name : Checkout code
80
- uses : actions/checkout@v4
80
+ uses : actions/checkout@v5
81
81
- name : Install xcbeautify
82
82
run : |
83
83
DEBIAN_FRONTEND=noninteractive apt-get update
@@ -105,7 +105,7 @@ jobs:
105
105
permissions : { actions: write, contents: read, security-events: write }
106
106
steps :
107
107
- name : Checkout code
108
- uses : actions/checkout@v4
108
+ uses : actions/checkout@v5
109
109
- name : Mark repo safe
110
110
run : |
111
111
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
@@ -125,7 +125,7 @@ jobs:
125
125
contents : write
126
126
steps :
127
127
- name : Check out code
128
- uses : actions/checkout@v4
128
+ uses : actions/checkout@v5
129
129
- name : Set up dependencies
130
130
run : |
131
131
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
You can’t perform that action at this time.
0 commit comments