Skip to content

Commit f70f0b2

Browse files
author
Alan Christie
committed
ci: Update to actions/checkout@v3
1 parent bd17b76 commit f70f0b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- '3.11'
3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@v2
39+
uses: actions/checkout@v3
4040
- name: Set up Python ${{ matrix.python-version }}
4141
uses: actions/setup-python@v2
4242
with:

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v2
32+
uses: actions/checkout@v3
3333
- name: Inject slug/short variables
3434
uses: rlespinasse/[email protected]
3535
- name: Set up Python

0 commit comments

Comments
 (0)