From e5685511ba803dd2901c5aa82644f6e6962360ff Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Fri, 22 Mar 2024 16:52:30 +0100 Subject: [PATCH] [chore] Bump actions version --- .github/workflows/main.yml | 8 ++++---- digaws/__init__.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 896a390..5c03d07 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,10 +16,10 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] python-version: ["3.8", "3.9", "3.10", "3.11"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} @@ -41,10 +41,10 @@ jobs: needs: tests if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Python 3.11 - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: 3.11 diff --git a/digaws/__init__.py b/digaws/__init__.py index eb90eaa..daa8043 100644 --- a/digaws/__init__.py +++ b/digaws/__init__.py @@ -1,2 +1,2 @@ -__version__ = '1.0.5' +__version__ = '1.0.6' __description__ = 'Look up canonical information for AWS IP addresses and networks'