From accfc0e6b3f14340bf149acec6edd4ff32b2a21c Mon Sep 17 00:00:00 2001 From: Jaekwon Bang Date: Thu, 29 Dec 2022 16:06:31 +0900 Subject: [PATCH] Update version of package for actions --- .github/workflows/publish-release.yml | 6 +++--- .github/workflows/pull-request.yml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 79f0324..2affb25 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -11,7 +11,7 @@ jobs: update-changelog: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Get Release @@ -53,11 +53,11 @@ jobs: runs-on: ubuntu-18.04 needs: update-changelog steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: ref: main - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: '3.7' - name: Install dependencies diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 37da3f3..9192fc9 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Get PR Commits id: 'get-pr-commits' - uses: tim-actions/get-pr-commits@master + uses: tim-actions/get-pr-commits@v1.2.0 with: token: ${{ secrets.TOKEN }} @@ -37,9 +37,9 @@ jobs: matrix: python-version: [3.8] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Install dependencies @@ -52,6 +52,6 @@ jobs: reuse: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: REUSE Compliance Check uses: fsfe/reuse-action@v1