Skip to content

Commit

Permalink
Merge pull request #66 from systemli/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-2.4.0
  • Loading branch information
dependabot[bot] authored Dec 30, 2021
2 parents be0ace5 + bb59c31 commit 8b77a15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: github.actor == 'dependabot[bot]'
steps:
- name: Checkout
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0

- name: Prepare Auto Merge
uses: ahmadnassri/action-dependabot-auto-merge@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Check out the codebase.
uses: actions/checkout@v2
uses: actions/checkout@v2.4.0

- name: Set up Python 3.
uses: actions/setup-python@v2
Expand Down

0 comments on commit 8b77a15

Please sign in to comment.