Skip to content

Commit 468386d

Browse files
authored
Merge pull request #663 from kagenti/dependabot/github_actions/actions/setup-python-6.3.0
build(deps): Bump actions/setup-python from 6.2.0 to 6.3.0
2 parents 97522f8 + 305b8b2 commit 468386d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
go-version-file: authbridge/authlib/go.mod
3131

32-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
32+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
3333
with:
3434
python-version: '3.12'
3535

@@ -122,7 +122,7 @@ jobs:
122122
steps:
123123
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
124124

125-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
125+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
126126
with:
127127
python-version: '3.12'
128128

.github/workflows/security-scans.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
steps:
136136
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
137137

138-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
138+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
139139
with:
140140
python-version: '3.12'
141141

0 commit comments

Comments
 (0)