Skip to content

Commit d3ff39a

Browse files
chore(deps): bump actions/checkout from 3 to 4 (#149)
1 parent c762e1b commit d3ff39a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/installer.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run:
4848
shell: bash
4949
steps:
50-
- uses: actions/checkout@v3
50+
- uses: actions/checkout@v4
5151

5252
- name: Set up Python ${{ matrix.python-version }}
5353
uses: actions/setup-python@v5
@@ -102,7 +102,7 @@ jobs:
102102
run:
103103
shell: bash
104104
steps:
105-
- uses: actions/checkout@v3
105+
- uses: actions/checkout@v4
106106

107107
- name: Install Packages
108108
run: |

0 commit comments

Comments
 (0)