Skip to content

Commit 416e9d0

Browse files
Bump actions/checkout from 3 to 5 (#109)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b2e8204 commit 416e9d0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
name: Run and publish benchmarks
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v5
1414

1515
- name: Clone getsentry/sentry
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v5
1717
with:
1818
repository: getsentry/sentry
1919
ref: f5d9a4c3e403d3419dea9b0005408d34d30c6015

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build-and-check:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v5
1212
- uses: cachix/install-nix-action@v18
1313
- run: nix build
1414
- run: nix flake check --no-build --show-trace

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- determine-tag
5353

5454
steps:
55-
- uses: actions/checkout@v3
55+
- uses: actions/checkout@v5
5656

5757
- name: Install and configure Nix
5858
uses: cachix/install-nix-action@v25
@@ -104,7 +104,7 @@ jobs:
104104
runs-on: ubuntu-latest
105105

106106
steps:
107-
- uses: actions/checkout@v4
107+
- uses: actions/checkout@v5
108108
with:
109109
persist-credentials: false
110110

0 commit comments

Comments
 (0)