diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41e2502..1e13528 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9c2ae5c..b6b7667 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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