We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae69122 commit 157aee8Copy full SHA for 157aee8
1 file changed
.github/workflows/SSLCheck.yml
@@ -13,17 +13,17 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v2
+ uses: actions/checkout@main
17
- name: Setup Python 3
18
- uses: actions/setup-python@v5
+ uses: actions/setup-python@main
19
with:
20
python-version: '3.x'
21
architecture: 'x64'
22
- name: Build
23
run: |
24
python main.py
25
- name: Deploy
26
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
27
28
github_token: ${{ secrets.GITHUB_TOKEN }}
29
publish_dir: ./public
0 commit comments