From 146a18a533b2a0d4aa1ca4d3db06a40efa8d9bdb Mon Sep 17 00:00:00 2001 From: Stefano Moia Date: Mon, 28 Aug 2023 19:33:54 +0200 Subject: [PATCH] int: Update actions versions --- .github/workflows/auto-release.yml | 2 +- .github/workflows/pythonpublish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 16d8a5c..4a36dfb 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -19,7 +19,7 @@ jobs: shell: bash steps: - name: Checkout source - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: # Fetch all history for all branches and tags fetch-depth: 0 diff --git a/.github/workflows/pythonpublish.yml b/.github/workflows/pythonpublish.yml index 29b75db..d98e60d 100644 --- a/.github/workflows/pythonpublish.yml +++ b/.github/workflows/pythonpublish.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Python uses: actions/setup-python@v1 with: