Skip to content

Commit e7ad972

Browse files
chore(deps): update github actions
1 parent 4696457 commit e7ad972

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+49
-49
lines changed

.github/workflows/Apply Labels to Pull Request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
pull-requests: write
1414
steps:
1515
- name: Checkout Repository
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
- name: Apply Labels Based on PR Changes
1818
uses: actions/labeler@v5
1919
with:

.github/workflows/Attest-build-provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: 📥 Checkout Source Code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
- name: 🧾 Generate Provenance Attestation
1717
uses: slsa-framework/slsa-github-generator/actions/provenance@v1
1818
with:

.github/workflows/Auditwheel Compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
container: quay.io/pypa/manylinux2014_x86_64
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111
- run: pip install build
1212
- run: python -m build
1313
- run: auditwheel show dist/*.whl

.github/workflows/Automated Version Bump and Changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout repo
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
with:
1616
fetch-depth: 0
1717
- name: Set up Python

.github/workflows/Build and Push Docker Image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: 📥 Checkout Repository
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
- name: 🔧 Set up Docker Buildx
1818
uses: docker/setup-buildx-action@v3
1919
- name: 🔐 Log in to GitHub Container Registry

.github/workflows/Check Outdated Dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
permissions:
1010
contents: read
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- uses: actions/setup-python@v5
1414
with:
1515
python-version: 3.x

.github/workflows/Cleanup Old Docker Images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
- name: Extract repository short name
1717
id: extract
1818
run: echo "REPO_NAME=$(basename '${{ github.repository }}')" >> $GITHUB_ENV

.github/workflows/Code Coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
coverage:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
- uses: actions/setup-python@v5
1313
with:
1414
python-version: '3.11'

.github/workflows/CodeQL Analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
language: [python]
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- uses: github/codeql-action/init@v3
2121
with:
2222
languages: ${{ matrix.language }}

.github/workflows/Create Greetings on Pull Request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pull-requests: write
1616
steps:
1717
- name: Greet First-Time Contributors
18-
uses: actions/first-interaction@v2
18+
uses: actions/first-interaction@v3
1919
with:
2020
repo-token: ${{ secrets.GITHUB_TOKEN }}
2121
issue-message: |

0 commit comments

Comments
 (0)