Skip to content

Commit

Permalink
Merge pull request #14 from mondoohq/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
philipbalinov authored Nov 8, 2024
2 parents e38e39a + 1be35d2 commit e44e37b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-mondoo-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Create US Mondoo Config
run: |
echo ${{ secrets.MONDOO_CONFIG_US }} | base64 -d > mondoo-config.yaml
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
matrix:
region: [US, EU]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: region
uses: ASzc/change-string-case-action@v5
with:
Expand Down

0 comments on commit e44e37b

Please sign in to comment.