Skip to content

Commit 15d9896

Browse files
authored
Merge pull request #501 from github/dependabot/github_actions/dependencies-f2e6fc259d
2 parents 23689ee + 46537ff commit 15d9896

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/linter.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Full git history is needed to get a proper
2424
# list of changed files within `super-linter`
2525
fetch-depth: 0
26-
- uses: actions/setup-python@v5.4.0
26+
- uses: actions/setup-python@v5.5.0
2727
with:
2828
python-version: "3.12"
2929
- name: Install dependencies

Diff for: .github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/[email protected]
2525
- name: Set up Python ${{ matrix.python-version }}
26-
uses: actions/setup-python@v5.4.0
26+
uses: actions/setup-python@v5.5.0
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Install dependencies

0 commit comments

Comments
 (0)