From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/pkgcore/pkgdev:main commit in: .github/workflows/
Date: Fri, 26 Jan 2024 20:22:31 +0000 (UTC) [thread overview]
Message-ID: <1706300540.992da6c9f5a9e943aebd894cac2935f1993f3d0f.arthurzam@gentoo> (raw)
commit: 992da6c9f5a9e943aebd894cac2935f1993f3d0f
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 26 20:22:20 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 26 20:22:20 2024 +0000
URL: https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=992da6c9
ci: bump dependencies
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.github/workflows/doc.yml | 12 ++++++------
.github/workflows/release.yml | 6 +++---
.github/workflows/test.yml | 13 ++++++-------
3 files changed, 15 insertions(+), 16 deletions(-)
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml
index 2536351..2b22257 100644
--- a/.github/workflows/doc.yml
+++ b/.github/workflows/doc.yml
@@ -19,12 +19,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
- - name: Set up Python 3.10
- uses: actions/setup-python@v4
+ - name: Set up Python 3.11
+ uses: actions/setup-python@v5
with:
- python-version: '3.10'
+ python-version: '3.11'
- name: Install dependencies
run: |
@@ -38,7 +38,7 @@ jobs:
touch build/sphinx/html/.nojekyll
- name: Upload artifact
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
with:
path: build/sphinx/html
@@ -52,4 +52,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v4
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 642708f..17f5720 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -18,10 +18,10 @@ jobs:
steps:
- name: Checkout code
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
- name: Set up Python 3.10
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: "3.10"
@@ -49,7 +49,7 @@ jobs:
sha512sum dist/*
tar -ztf dist/*.tar.gz | sort
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
with:
name: results
path: dist/*
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c9b48a3..33e01f5 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -26,10 +26,10 @@ jobs:
steps:
- name: Checkout code
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
@@ -69,10 +69,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Set up Python 3
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: '3.x'
@@ -82,12 +82,11 @@ jobs:
pip install . pylint
- name: Run linting tools
- run: |
- pylint --exit-zero src/pkgdev
+ run: pylint --exit-zero src/pkgdev
format:
runs-on: ubuntu-latest
steps:
- name: Checkout code
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- uses: psf/black@stable
next reply other threads:[~2024-01-26 20:22 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-26 20:22 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-19 16:04 [gentoo-commits] proj/pkgcore/pkgdev:main commit in: .github/workflows/ Arthur Zamarin
2024-01-23 20:50 Arthur Zamarin
2024-01-23 20:50 Arthur Zamarin
2023-06-23 5:20 Arthur Zamarin
2023-04-22 17:03 Arthur Zamarin
2023-03-04 14:55 Arthur Zamarin
2022-10-04 9:58 Arthur Zamarin
2022-10-04 9:57 Arthur Zamarin
2022-10-04 9:57 Arthur Zamarin
2022-10-04 9:56 Arthur Zamarin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1706300540.992da6c9f5a9e943aebd894cac2935f1993f3d0f.arthurzam@gentoo \
--to=arthurzam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox