We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe40f62 commit 7761890Copy full SHA for 7761890
2 files changed
‎.github/workflows/labels.yml‎
@@ -26,7 +26,7 @@ jobs:
26
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
27
28
- id: has_local
29
- uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0.0
+ uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v3.1.0
30
with:
31
files: ${{ env.LOCAL }}
32
‎.github/workflows/update.yml‎
@@ -80,7 +80,7 @@ jobs:
80
- if: github.event.comment.body != '@conda-bot render'
81
id: create
82
# no-op if no commits were made
83
- uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
+ uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
84
85
push-to-fork: ${{ env.FORK }}
86
token: ${{ secrets.SYNC_TOKEN }}
0 commit comments