diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 68d52748..7313d4c3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: JEKYLL_ENV: production steps: - name: Checkout the Git repository - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: fetch-depth: 0 # for jekyll-last-modified-at - name: Install Homebrew packages diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0e5fac16..712d480e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: JEKYLL_ENV: production steps: - name: Checkout the Git repository - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: fetch-depth: 0 # for jekyll-last-modified-at - name: Install Homebrew packages