Skip to content

Commit 5aee41d

Browse files
authored
Merge pull request #1849 from brian-team/dependabot/github_actions/actions/setup-python-6.3.0
Bump actions/setup-python from 6.2.0 to 6.3.0
2 parents 1c95beb + b4004ff commit 5aee41d

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/post_release_updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818
fetch-tags: true
1919
- name: Install Python
20-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
20+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
2121
with:
2222
python-version: 3.12
2323
- name: Install dependencies

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
git fetch --tags --force upstream
4242
shell: bash
4343
- name: Set up Python 3.x
44-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
44+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
4545
with:
4646
python-version: '3.x'
4747
- name: Install platformdirs
@@ -94,7 +94,7 @@ jobs:
9494
git remote add upstream https://github.com/brian-team/brian2 && \
9595
git fetch --tags --force upstream
9696
- name: Set up Python 3.x
97-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
97+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
9898
with:
9999
python-version: '3.x'
100100
- name: Build source tarball

.github/workflows/test_latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
cat ~/.brian/user_preferences
6868
- name: Install Python
6969
id: python
70-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
70+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
7171
with:
7272
cache: 'pip'
7373
python-version: ${{ matrix.python-version }}
@@ -133,7 +133,7 @@ jobs:
133133
cat ~/.brian/user_preferences
134134
- name: Install Python
135135
id: python
136-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
136+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
137137
with:
138138
cache: 'pip'
139139
python-version: ${{ matrix.python-version }}

.github/workflows/testsuite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5252
with:
5353
persist-credentials: false
54-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
54+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
5555
with:
5656
python-version: "3.12"
5757
cache: "pip"
@@ -124,7 +124,7 @@ jobs:
124124
cat ~/.brian/user_preferences
125125
- name: Install Python
126126
id: python
127-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
127+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
128128
with:
129129
cache: "pip"
130130
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)