Skip to content

Commit

Permalink
Update broken-link-checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrylahaije authored Jul 2, 2024
1 parent 703e7ea commit ed296e4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/broken-link-checker.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
name: broken-link-checker

on:
push:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: checkout repo content
uses: actions/checkout@v2
uses: actions/checkout@v3 # Updated to v3
- name: setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v4 # Updated to v4
with:
python-version: 3.8
- name: Install dependencies
Expand All @@ -22,7 +24,6 @@ jobs:
python -m pip install "pandas"
python -m pip install "datetime"
python -m pip install "ultimate-sitemap-parser"
- name: execute broken link script
env:
GIT_TOKEN: ${{ secrets.SECRET_GIT_TOKEN }}
Expand Down

0 comments on commit ed296e4

Please sign in to comment.