Skip to content

Commit

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

build(deps): bump actions/checkout from 4.1.4 to 4.1.5
  • Loading branch information
bennerv authored May 7, 2024
2 parents bb7e6e3 + 8839db0 commit e5d5ea6
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
with:
fetch-depth: 1

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

Expand Down

0 comments on commit e5d5ea6

Please sign in to comment.