Skip to content

Commit 157aee8

Browse files
authored
Update SSLCheck.yml
1 parent ae69122 commit 157aee8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/SSLCheck.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@main
1717
- name: Setup Python 3
18-
uses: actions/setup-python@v5
18+
uses: actions/setup-python@main
1919
with:
2020
python-version: '3.x'
2121
architecture: 'x64'
2222
- name: Build
2323
run: |
2424
python main.py
2525
- name: Deploy
26-
uses: peaceiris/actions-gh-pages@v3
26+
uses: peaceiris/actions-gh-pages@v4
2727
with:
2828
github_token: ${{ secrets.GITHUB_TOKEN }}
2929
publish_dir: ./public

0 commit comments

Comments
 (0)