Skip to content

Commit

Permalink
Merge pull request #43 from aclassen/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-2.4.0

Bump actions/checkout from 2.3.5 to 2.4.0
  • Loading branch information
aclassen authored Nov 15, 2021
2 parents 0eff83c + dc891c0 commit 279f091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Check out code
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
with:
fetch-depth: '0'

Expand Down

0 comments on commit 279f091

Please sign in to comment.