Skip to content

Commit

Permalink
Merge pull request #2 from kilobyteno/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
dsbilling authored Apr 11, 2022
2 parents 63f8762 + f2d651b commit 1d1ef9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: main

Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
needs: update-changelog
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Create Sentry release
uses: getsentry/action-release@v1
env:
Expand Down

0 comments on commit 1d1ef9f

Please sign in to comment.