Skip to content

Commit

Permalink
Merge pull request #154 from SwedbankPay/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-3.5.0

Bump actions/checkout from 3.3.0 to 3.5.0
  • Loading branch information
olegisk authored Apr 1, 2023
2 parents cfa029f + 243c1cf commit bdc3062
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.0

- name: Build
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.5.0
with:
path: swedbank-pay-woocommerce-checkout

- name: WooCommerce Checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.5.0
with:
repository: woocommerce/woocommerce
ref: 5.9.0
Expand Down

0 comments on commit bdc3062

Please sign in to comment.