Skip to content

Commit 8598a4f

Browse files
authored
Merge pull request academic#555 from Oshgig/fix/workflow-updates
2 parents 129314a + 0bb7637 commit 8598a4f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
markdown-link-check:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@master
12+
- uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 1
15-
- uses: gaurav-nelson/github-action-markdown-link-check@master
15+
- uses: gaurav-nelson/github-action-markdown-link-check@v1
1616
with:
1717
use-quiet-mode: "yes"
1818
use-verbose-mode: "yes"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# AWESOME DATA SCIENCE
2020

21-
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
21+
[![Awesome](https://cdn.jsdelivr.net/gh/sindresorhus/awesome@d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
2222

2323
**An open-source Data Science repository to learn and apply concepts toward solving real- world problems.**
2424

0 commit comments

Comments
 (0)