mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
Merge pull request #550 from nunocoracao/dependabot/github_actions/dev/actions/checkout-3
This commit is contained in:
2
.github/workflows/firebase-preview.yml
vendored
2
.github/workflows/firebase-preview.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/firebase-production.yml
vendored
2
.github/workflows/firebase-production.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user