Skip to content

Commit

Permalink
Merge pull request #209 from aclassen/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-3.3.0

Bump actions/checkout from 3.1.0 to 3.3.0
  • Loading branch information
aclassen authored Feb 5, 2023
2 parents ec2c7a1 + 98ddee2 commit f03b348
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@v3.1.0
uses: actions/checkout@v3.3.0
with:
fetch-depth: '0'

Expand Down

0 comments on commit f03b348

Please sign in to comment.