Skip to content

Commit f970898

Browse files
authored
chore(ci): Update dependencies
1 parent 3fc9809 commit f970898

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/security-zizmor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v6.0.1
24+
uses: actions/checkout@v6.0.2 # zizmor: ignore[unpinned-uses]
2525
with:
2626
persist-credentials: false
2727

2828
- name: Set up Python
29-
uses: actions/setup-python@v6
29+
uses: actions/setup-python@v6 # zizmor: ignore[unpinned-uses]
3030
with:
3131
python-version: '3.10.4'
3232

.github/workflows/stargazers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v6.0.1
18+
uses: actions/checkout@v6.0.2 # zizmor: ignore[unpinned-uses]
1919
with:
2020
fetch-depth: 0
2121
persist-credentials: false

0 commit comments

Comments
 (0)