Skip to content

Commit 44ad0c5

Browse files
chore(deps): update actions/checkout action to v4 (#82)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5daff6c commit 44ad0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout repository
10-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
10+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1111
- name: Setup pnpm
1212
uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
1313
with:

0 commit comments

Comments
 (0)