Skip to content

Commit 0eb736c

Browse files
chore(deps): pin dependencies
1 parent d967a07 commit 0eb736c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout Repo
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2121

2222
- uses: denoland/setup-deno@v2
2323
with:

public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>App Center</title>
88
<link
99
rel="stylesheet"
10-
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.2.0/github-markdown.min.css"
10+
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.8.1/github-markdown.min.css"
1111
/>
1212
<style>
1313
@media (prefers-color-scheme: dark) {

0 commit comments

Comments
 (0)