diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fc08a8f..e0c8a80 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Python uses: actions/setup-python@v6 @@ -26,7 +26,7 @@ jobs: run: nene - name: Clone the leouieda.github.io repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: leouieda/leouieda.github.io ref: 'main'