diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e9b85421..2bf46490 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Configure Git - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: token: ${{ secrets.TOKEN }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f626e10d..554b0bbc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup Node.js environment uses: actions/setup-node@v6.1.0