Skip to content

Commit a14046f

Browse files
chore(deps): update actions/setup-python action to v6 (#424)
Co-authored-by: Daniel Sanche <d.sanche14@gmail.com> Co-authored-by: Daniel Sanche <sanche@google.com>
1 parent a1c357c commit a14046f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/gcp-sphinx-docfx-yaml/.github/workflows

packages/gcp-sphinx-docfx-yaml/.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Set up Python ${{ matrix.python-version }}
15-
uses: actions/setup-python@v4
15+
uses: actions/setup-python@v6
1616
with:
1717
python-version: ${{ matrix.python-version }}
1818
- name: Install dependencies

0 commit comments

Comments
 (0)