Skip to content

Commit

Permalink
Merge pull request #309 from rcmaehl/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
rcmaehl authored Sep 29, 2023
2 parents f90e2fc + a7d403e commit 1bc43b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/MSER.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache tools
uses: actions/cache@v3
id: cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chocolatey-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: github.repository == 'rcmaehl/MSEdgeRedirect'
steps:
- name: Clone Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: oprypin/find-latest-tag@v1
with:
repository: rcmaehl/MSEdgeRedirect # The repository to scan.
Expand Down

0 comments on commit 1bc43b1

Please sign in to comment.