Skip to content

Commit c736f44

Browse files
authored
Merge pull request #9 from timkpaine/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents ce58ad5 + 08dadd2 commit c736f44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: [3.9]
2323

2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v3
2626
- name: Set up Python ${{ matrix.python-version }}
2727
uses: actions/setup-python@v3
2828
with:

0 commit comments

Comments
 (0)