From 1fa16a96f58eb23493734f108ada6b565f4b4094 Mon Sep 17 00:00:00 2001 From: Park DongHa Date: Sat, 2 Sep 2023 14:49:50 +0900 Subject: [PATCH] Update gh-pages.yml --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index dbd1a9d..a4c7289 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -24,7 +24,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - uses: actions/checkout@v3 - - uses: actions/setup-python@v4.7 + - uses: actions/setup-python@v4 with: python-version: 3.11 architecture: x64