Skip to content

Commit

Permalink
Merge pull request #903 from zonedb/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-3.4.0

build(deps): bump actions/checkout from 3.3.0 to 3.4.0
  • Loading branch information
case committed Mar 20, 2023
2 parents 251ac6c + e9317bc commit 8a1f327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Expand Up @@ -13,7 +13,7 @@ jobs:
timeout-minutes: 15
steps:
- name: Checkout repo
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.4.0
with:
fetch-depth: 0 # Retrieve all commit history, so `git rev-list --count` works correctly
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yaml
Expand Up @@ -17,7 +17,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout repo
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.4.0
with:
token: ${{ secrets.ZONEDBOT_RW_GITHUB_ACCESS_TOKEN }}
submodules: recursive
Expand Down

0 comments on commit 8a1f327

Please sign in to comment.