Skip to content

Commit

Permalink
Merge pull request #22 from OXID-eSales/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
Sieg committed Sep 6, 2023
2 parents a0b55e5 + 2a43d93 commit 78a946f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
source/source/config.inc.php
- name: Checkout current module
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: source/test-module

Expand Down Expand Up @@ -417,7 +417,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout current module
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Download TestsLog artifacts
continue-on-error: true
Expand Down

0 comments on commit 78a946f

Please sign in to comment.