Skip to content

Commit

Permalink
build(deps): actions using node 16 are deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
xel1045 committed Feb 23, 2024
1 parent 833ec63 commit e9ade14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Execute tests
uses: eXolnet/action-redmine-plugin@v1
uses: eXolnet/action-redmine-plugin@v2
with:
plugin_name: "redmine_wbs"
redmine_version: "${{ matrix.redmine }}"
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install and build assets
run: |
Expand Down

0 comments on commit e9ade14

Please sign in to comment.