From cf258cc5a7d1bd20208102b72cdd91eac6fd3d14 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Thu, 5 Oct 2023 13:52:21 -0700 Subject: [PATCH] bump checkout and python action versions --- .github/workflows/main.yml | 4 ++-- .github/workflows/modules.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8363b87..a3b4e3c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,9 +11,9 @@ jobs: # https://devguide.python.org/versions/#versions python-version: ${{fromJson(vars.PYTHON_VERSIONS_ACTIVE)}} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} architecture: x64 diff --git a/.github/workflows/modules.yml b/.github/workflows/modules.yml index 2b6dac5..940abc1 100644 --- a/.github/workflows/modules.yml +++ b/.github/workflows/modules.yml @@ -42,9 +42,9 @@ jobs: # some point in the future and either re-enable or delete it. #- sukiyaki/octodns-netbox steps: - - uses: actions/checkout@master + - uses: actions/checkout@v4 - name: Setup python - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: ${{ vars.PYTHON_VERSION_CURRENT }} architecture: x64