Skip to content

Commit

Permalink
Update create_issue_if_referencemd_changes.yml
Browse files Browse the repository at this point in the history
Upped the version to use node 16. Following warning from GH:
```
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
```
  • Loading branch information
fredericsimard authored Sep 16, 2023
1 parent 57eed2f commit e5cb4bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_issue_if_referencemd_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
token: ${{ secrets.GENERIC_ACTION_REPO_SCOPE }}

- name: Use Node.js 16.x
uses: actions/setup-node@v2
uses: actions/setup-node@v3.8.1
with:
node-version: '16.x'

Expand Down Expand Up @@ -108,4 +108,4 @@ jobs:
title: ${{ steps.dates.outputs.today }} — ${{ steps.process_json.outputs.commits_length }} new commit(s) made to `reference.md` in Google Transit's repo
body: |
${{ steps.process_json.outputs.extracted_data }}
assignees: ${{ steps.git-setup.outputs.assigned }}
assignees: ${{ steps.git-setup.outputs.assigned }}

0 comments on commit e5cb4bc

Please sign in to comment.