Skip to content

Commit

Permalink
chore: bumped actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonator committed Nov 22, 2023
1 parent 98ac665 commit 188cb05
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: ci

on: [push, pull_request]
on:
- push
- pull_request

jobs:
test:
Expand Down Expand Up @@ -59,7 +61,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: ruby/setup-ruby@v1

Expand Down

0 comments on commit 188cb05

Please sign in to comment.