Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #279 from Atharva-Shinde/main
Browse files Browse the repository at this point in the history
Update: to newer versions of actions and node
  • Loading branch information
k8s-ci-robot authored Oct 19, 2022
2 parents 10d0561 + 09eae4a commit d7d65b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
name: Parse issue, validate timestamp and commit into tweets folder
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-node@v2
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '12'
node-version: '16'
check-latest: true
- run: npm install
- name: parsing from body of the issue
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- name: checkout main
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Tweet
uses: twitter-together/action@v2
env:
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ outputs:
continue-workflow:
description: Binary value determines whether the flow should continue or skip.
runs:
using: 'node12'
using: 'node16'
main: 'index.js'

0 comments on commit d7d65b2

Please sign in to comment.