Update GitHub Actions workflows to use updated action versions
- Updated actions/checkout to v5.0.0 - Updated actions/setup-python to v6.0.0 - Updated docker/build-push-action to v6.18.0 - Updated actions/upload-artifact to v4.6.2 - Updated actions/download-artifact to v5.0.0 - Updated sigstore/gh-action-sigstore-python to v3.0.1
This commit is contained in:
4
.github/workflows/docker-test.yml
vendored
4
.github/workflows/docker-test.yml
vendored
@@ -18,9 +18,9 @@ jobs:
|
||||
python-version: ["3.10", "3.11", "3.12", "3.13"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
|
||||
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Build Docker Image
|
||||
|
||||
Reference in New Issue
Block a user