Skip to content

Commit

Permalink
Merge pull request #28 from open-policy-agent/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
anderseknert authored Feb 5, 2024
2 parents 286444d + df557ba commit 34a30e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_setup_opa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
version: ["<0.34", "0.34.1", "latest", "edge"]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup opa
uses: ./
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify_dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- run: npm install

Expand Down

0 comments on commit 34a30e8

Please sign in to comment.