Skip to content

Commit 9eb1ce5

Browse files
authored
Merge pull request #239 from instructlab/dependabot/github_actions/actions/setup-python-5.5.0
build(deps): bump actions/setup-python from 5.4.0 to 5.5.0
2 parents d6a6b54 + 8f99282 commit 9eb1ce5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
uses: ./.github/actions/free-disk-space
7373

7474
- name: Setup Python 3.11
75-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
75+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
7676
with:
7777
python-version: 3.11
7878
cache: pip

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
brew install expect coreutils bash
8080
8181
- name: Setup Python ${{ matrix.python }}
82-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
82+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
8383
with:
8484
python-version: ${{ matrix.python }}
8585
cache: pip

0 commit comments

Comments
 (0)