Captain D. Ezio commited on
Commit
8a8ca22
·
2 Parent(s): 6dbcd7a 9e47105

Merge pull request #177 from Gojo-Bots/dependabot/github_actions/actions/setup-python-5

Browse files
.github/workflows/check_requirements.yml CHANGED
@@ -17,7 +17,7 @@ jobs:
17
  uses: actions/checkout@v4
18
 
19
  - name: Set up Python environment
20
- uses: actions/setup-python@v4
21
  with:
22
  python-version: ${{ matrix.python-version }}
23
 
 
17
  uses: actions/checkout@v4
18
 
19
  - name: Set up Python environment
20
+ uses: actions/setup-python@v5
21
  with:
22
  python-version: ${{ matrix.python-version }}
23
 
.github/workflows/pre-commit-autoupdate.yml CHANGED
@@ -9,7 +9,7 @@ jobs:
9
  steps:
10
  - uses: actions/checkout@v4
11
  - name: Set up Python
12
- uses: actions/setup-python@v4
13
  - name: Install pre-commit
14
  run: pip install pre-commit
15
  - name: Run pre-commit autoupdate
 
9
  steps:
10
  - uses: actions/checkout@v4
11
  - name: Set up Python
12
+ uses: actions/setup-python@v5
13
  - name: Install pre-commit
14
  run: pip install pre-commit
15
  - name: Run pre-commit autoupdate