summaryrefslogtreecommitdiffstats
path: root/.github/workflows/clear-workflow-cache.yml
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-06-11 06:16:29 +0000
committerGitHub <noreply@github.com>2023-06-11 02:16:29 -0400
commite602cc7a3916b755f40d08ae35c605bb75dc81ee (patch)
tree305c329a4639231e6a0ccac09a865384df43da26 /.github/workflows/clear-workflow-cache.yml
parent9ec95a9740f481b60da07dc7585dc6956d203d5b (diff)
ci: update various dependencies as of 2023-06-11 (#1201)
Updates: - actions/checkout - crazy-max/ghaction-choclatey - actions/setup-python
Diffstat (limited to '.github/workflows/clear-workflow-cache.yml')
-rw-r--r--.github/workflows/clear-workflow-cache.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/clear-workflow-cache.yml b/.github/workflows/clear-workflow-cache.yml
index 2b096129..2ea06991 100644
--- a/.github/workflows/clear-workflow-cache.yml
+++ b/.github/workflows/clear-workflow-cache.yml
@@ -22,7 +22,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout repository
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
+ uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
fetch-depth: 1