summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dependencies.yml4
-rw-r--r--.github/workflows/lint.yml2
-rw-r--r--.github/workflows/workflow.yml2
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml
index ef86fc1..6490553 100644
--- a/.github/workflows/dependencies.yml
+++ b/.github/workflows/dependencies.yml
@@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v4.4.0
+ uses: actions/setup-python@v4.5.0
with:
python-version: ${{ matrix.python-version }}
@@ -56,7 +56,7 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v4.4.0
+ uses: actions/setup-python@v4.5.0
with:
python-version: ${{ matrix.python-version }}
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index fad7774..ea767a7 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Python
- uses: actions/setup-python@v4.4.0
+ uses: actions/setup-python@v4.5.0
with:
python-version: 3.8
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index aca0a8e..05f3751 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v4.4.0
+ uses: actions/setup-python@v4.5.0
with:
python-version: ${{ matrix.python-version }}