From cbaa93008e2f2e2842c7803c210289bc217e92e9 Mon Sep 17 00:00:00 2001 From: Joseph Langley Date: Thu, 19 May 2022 18:53:28 -0400 Subject: [PATCH] chore(gh-actions): Update action versions in milestone.yml. --- .github/workflows/milestone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/milestone.yml b/.github/workflows/milestone.yml index 0f94dc637..325ec4cb3 100644 --- a/.github/workflows/milestone.yml +++ b/.github/workflows/milestone.yml @@ -8,13 +8,13 @@ on: jobs: milestone: name: Close out Milestone - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 outputs: tagname: ${{ steps.news.outputs.tagname }} version: ${{ steps.version.outputs.version }} steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install Ruby Gems run: | sudo gem install octokit json @@ -54,10 +54,10 @@ jobs: release: needs: milestone name: Make release - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Fast-forward to Milestone Tag env: ver: ${{ needs.milestone.outputs.version }} @@ -193,4 +193,4 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./${{ env.SOURCE_ZIP_ASC }} asset_name: ${{ env.SOURCE_ZIP_ASC }} - asset_content_type: text/plain \ No newline at end of file + asset_content_type: text/plain