Skip to content

Commit

Permalink
ci: Update checkout action to v3
Browse files Browse the repository at this point in the history
v2 is outdated and is implemented for legacy Node 12.
  • Loading branch information
lucas-koehler authored and sdirix committed Sep 1, 2023
1 parent b2c6c5d commit fba14a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- windows-latest
name: Run on ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup node
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Create Changelog
id: create_changelog
uses: mikepenz/release-changelog-builder-action@v2
Expand Down

0 comments on commit fba14a4

Please sign in to comment.