25
25
sudo apt-get install -y libcurl4-openssl-dev
26
26
27
27
- name : Checkout sources
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@v5
29
29
30
30
- name : Install rust stable toolchain
31
31
run : rustup toolchain install stable --profile minimal --component rustfmt --component clippy --no-self-update
49
49
sudo apt-get install -y libcurl4-openssl-dev
50
50
51
51
- name : Checkout sources
52
- uses : actions/checkout@v4
52
+ uses : actions/checkout@v5
53
53
54
54
- name : Install rust stable toolchain
55
55
run : rustup toolchain install stable --profile minimal --no-self-update
@@ -79,11 +79,11 @@ jobs:
79
79
sudo apt-get install -y libcurl4-openssl-dev
80
80
81
81
- name : Checkout Symbolicator
82
- uses : actions/checkout@v4
82
+ uses : actions/checkout@v5
83
83
84
84
# Checkout Sentry and run integration tests against latest Symbolicator
85
85
- name : Checkout sentry
86
- uses : actions/checkout@v4
86
+ uses : actions/checkout@v5
87
87
with :
88
88
repository : getsentry/sentry
89
89
path : sentry
@@ -132,7 +132,7 @@ jobs:
132
132
sudo apt-get install -y libcurl4-openssl-dev
133
133
134
134
- name : Checkout sources
135
- uses : actions/checkout@v4
135
+ uses : actions/checkout@v5
136
136
137
137
- name : Install rust stable toolchain
138
138
run : rustup toolchain install stable --profile minimal --component rust-docs --no-self-update
@@ -147,7 +147,7 @@ jobs:
147
147
runs-on : ubuntu-latest
148
148
steps :
149
149
- name : Checkout sources
150
- uses : actions/checkout@v4
150
+ uses : actions/checkout@v5
151
151
152
152
- name : Setup Python
153
153
uses : actions/setup-python@v5
@@ -171,7 +171,7 @@ jobs:
171
171
sudo apt update
172
172
sudo apt-get install -y libcurl4-openssl-dev
173
173
174
- - uses : actions/checkout@v4
174
+ - uses : actions/checkout@v5
175
175
176
176
- name : Install rust stable toolchain
177
177
run : rustup toolchain install stable --profile minimal --component llvm-tools-preview --no-self-update
0 commit comments