We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5daff6c commit 44ad0c5Copy full SHA for 44ad0c5
.github/workflows/release.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Checkout repository
10
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
11
- name: Setup pnpm
12
uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
13
with:
0 commit comments