Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 9, 2023
1 parent 6ec4827 commit e32a874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- windows-latest
atom_channel: [stable] # beta
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: UziTech/action-setup-atom@v1
with:
channel: ${{ matrix.atom_channel }}
Expand All @@ -36,7 +36,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "12.x"
Expand Down

0 comments on commit e32a874

Please sign in to comment.