Skip to content

Commit

Permalink
Upgraded actions/setup-node to v3.8.1
Browse files Browse the repository at this point in the history
A warning was issued by GH that v.2 was using node 12 and would be forced to node 16, this should remove further warnings.
  • Loading branch information
fredericsimard authored Sep 16, 2023
1 parent a61deb9 commit bc8b807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_issue_if_gbfsmd_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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 @@ -116,4 +116,4 @@ jobs:
body: |
${{ steps.process_json.outputs.extracted_data }}
assignees: ${{ env.ASSIGNED }}
labels: ${{ env.ISSUE_LABELS_TO_APPLY }}
labels: ${{ env.ISSUE_LABELS_TO_APPLY }}

0 comments on commit bc8b807

Please sign in to comment.