diff --git a/.github/workflows/firebase-preview.yml b/.github/workflows/firebase-preview.yml index 96a85cf5..7102639c 100644 --- a/.github/workflows/firebase-preview.yml +++ b/.github/workflows/firebase-preview.yml @@ -12,7 +12,7 @@ jobs: ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true' - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod diff --git a/.github/workflows/firebase-production.yml b/.github/workflows/firebase-production.yml index 17e6d680..eb54bd8b 100644 --- a/.github/workflows/firebase-production.yml +++ b/.github/workflows/firebase-production.yml @@ -14,7 +14,7 @@ jobs: ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true' - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod