We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f801ee commit 77c1972Copy full SHA for 77c1972
2 files changed
.github/workflows/rclone-action.yml
@@ -20,7 +20,7 @@ jobs:
20
remote_path: "r2:r2-store/src"
21
steps:
22
- name: "⤵️ Check out code from GitHub"
23
- uses: actions/checkout@v4
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24
- name: "⏫ Run rclone/r2-store"
25
uses: z-shell/.github/actions/rclone@v1
26
with:
.github/workflows/win-install.yml
@@ -35,7 +35,7 @@ jobs:
35
git config --global --add safe.directory /cygdrive/d/a/zi-src/zi-src
36
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37
- name: 🪟 Dependencies (Windows)
38
- uses: egor-tensin/setup-cygwin@v4
+ uses: egor-tensin/setup-cygwin@d2c752bab416d4b0662591bd366fc2686297c82d # v4
39
40
platform: x64
41
packages: curl git zsh
0 commit comments