Skip to content

Commit 67cdae7

Browse files
Merge pull request #76 from DelineaXPM/renovate/github-actions
build(github-actions): 📦 digest action to 7f4fc3e
2 parents 7f46827 + b0551c6 commit 67cdae7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Check out Git repository
1818
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1919
- name: Set up Python
20-
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
20+
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4
2121
- name: Install Python dependencies
2222
run: pip install black
2323
- name: Run black

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1313

1414
- name: Set up Python
15-
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
15+
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4
1616
with:
1717
python-version: '3.13.5'
1818

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1616
- name: Setup Python
17-
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
17+
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4
1818
with:
1919
python-version: ${{ matrix.python }}
2020

0 commit comments

Comments
 (0)