File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
name : Run and publish benchmarks
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v5
14
14
15
15
- name : Clone getsentry/sentry
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v5
17
17
with :
18
18
repository : getsentry/sentry
19
19
ref : f5d9a4c3e403d3419dea9b0005408d34d30c6015
Original file line number Diff line number Diff line change 8
8
build-and-check :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v5
12
12
- uses : cachix/install-nix-action@v18
13
13
- run : nix build
14
14
- run : nix flake check --no-build --show-trace
Original file line number Diff line number Diff line change 52
52
- determine-tag
53
53
54
54
steps :
55
- - uses : actions/checkout@v3
55
+ - uses : actions/checkout@v5
56
56
57
57
- name : Install and configure Nix
58
58
uses : cachix/install-nix-action@v25
@@ -104,7 +104,7 @@ jobs:
104
104
runs-on : ubuntu-latest
105
105
106
106
steps :
107
- - uses : actions/checkout@v4
107
+ - uses : actions/checkout@v5
108
108
with :
109
109
persist-credentials : false
110
110
You can’t perform that action at this time.
0 commit comments