Skip to content

Commit

Permalink
Merge pull request #27 from navikt/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-3

build(deps): bump actions/checkout from 2 to 3
  • Loading branch information
Kyrremann authored Jul 24, 2023
2 parents 3c6391f + 3351c39 commit 864651a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: Run Rubocop
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
Expand Down

0 comments on commit 864651a

Please sign in to comment.