Skip to content

Commit 1417c5d

Browse files
authored
Merge pull request #10 from synesis-lang/dependabot/github_actions/actions/setup-python-7.0.0
Bump actions/setup-python from 5.6.0 to 7.0.0
2 parents 152c72c + a5b2e1b commit 1417c5d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4
2323

2424
- name: Set up Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
25+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828

@@ -59,7 +59,7 @@ jobs:
5959
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4
6060

6161
- name: Set up Python
62-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
62+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
6363
with:
6464
python-version: '3.10'
6565

@@ -94,7 +94,7 @@ jobs:
9494
fetch-depth: 0
9595

9696
- name: Set up Python
97-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
97+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
9898
with:
9999
# 3.11+ e obrigatorio AQUI: o passo abaixo le o pyproject.toml com
100100
# `tomllib`, que so entrou na stdlib no 3.11. Com 3.10 o script morria
@@ -136,7 +136,7 @@ jobs:
136136
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4
137137

138138
- name: Set up Python
139-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
139+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
140140
with:
141141
python-version: '3.10'
142142

@@ -169,7 +169,7 @@ jobs:
169169
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4
170170

171171
- name: Set up Python
172-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
172+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
173173
with:
174174
python-version: '3.10'
175175

@@ -204,7 +204,7 @@ jobs:
204204
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4
205205

206206
- name: Set up Python
207-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
207+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
208208
with:
209209
python-version: '3.10'
210210

0 commit comments

Comments
 (0)