Skip to content

Commit

Permalink
Merge pull request #74 from Azure/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-4.1.4

build(deps): bump actions/checkout from 4.1.3 to 4.1.4
  • Loading branch information
mjlshen authored Apr 25, 2024
2 parents d5615c4 + be9a515 commit c0a03b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
fetch-depth: 1

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: 'read'
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
fetch-depth: 1

Expand All @@ -31,7 +31,7 @@ jobs:
contents: 'read'
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
fetch-depth: 1

Expand Down

0 comments on commit c0a03b7

Please sign in to comment.