Skip to content

Commit

Permalink
Use checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Feb 21, 2023
1 parent c8872e8 commit 9f91831
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
container: pgxn/pgxn-tools
steps:
- run: pg-start ${{ matrix.pg }}
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: pg-build-test
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
PGXN_PASSWORD: ${{ secrets.PGXN_PASSWORD }}
steps:
- name: Check out the repo
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Bundle the Release
id: bundle
run: pgxn-bundle
Expand Down

0 comments on commit 9f91831

Please sign in to comment.