Skip to content

Commit

Permalink
Merge pull request #226 from MediaPortal/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4

MP1: Bump actions/checkout from 3 to 4
  • Loading branch information
andrewjswan authored Sep 18, 2023
2 parents d9d7f8b + 8cb5397 commit 8d5f7ad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mediaportal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
choco install --yes nsis --version=3.08
- name: Git Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Git Submodule Update
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mediaportal_jira.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
choco install --yes nsis --version=3.08
- name: Git Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Git Submodule Update
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mediaportal_test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
choco install --yes nsis --version=3.08
- name: Git Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Git Submodule Update
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
choco install --yes nsis --version=3.08
- name: Git Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Git Submodule Update
run: |
Expand Down

0 comments on commit 8d5f7ad

Please sign in to comment.