Skip to content

Commit

Permalink
chore(gh-actions): Update action versions in milestone.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mightyjo committed May 19, 2022
1 parent c9951a9 commit cbaa930
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
asset_content_type: text/plain

0 comments on commit cbaa930

Please sign in to comment.