Skip to content

Commit

Permalink
Merge pull request #128 from domainr/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4.1.3
  • Loading branch information
ydnar committed Apr 22, 2024
2 parents 850278e + c0adb01 commit 0a6f372
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: 5
steps:
- name: Checkout repo
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yaml
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout repo
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
with:
token: ${{ secrets.DOMAINRBOT_RW_GITHUB_ACCESS_TOKEN }}
submodules: recursive
Expand Down

0 comments on commit 0a6f372

Please sign in to comment.