We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa5ded1 commit 67569a7Copy full SHA for 67569a7
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
19
steps:
20
- name: Checkout repository
21
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
+ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
22
23
- name: Setup pnpm
24
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
.github/workflows/deploy.yml
@@ -16,7 +16,7 @@ jobs:
16
environment: production
17
with:
token: ${{ secrets.REPO_PAT }}
submodules: recursive
0 commit comments