Skip to content

Commit

Permalink
Merge pull request #52 from dmgbuild/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4.1.4

Bump actions/checkout from 4.1.3 to 4.1.4
  • Loading branch information
freakboy3742 committed Apr 28, 2024
2 parents 47a17cc + 737f527 commit 031a259
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Pre-test checks
runs-on: "macOS-latest"
steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4
- name: Set up Python
uses: actions/setup-python@v5.1.0
with:
Expand All @@ -33,7 +33,7 @@ jobs:
name: Package
runs-on: "macOS-latest"
steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4
- name: Set up Python
uses: actions/setup-python@v5.1.0
with:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:

runs-on: ${{ matrix.macOS-version }}
steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5.1.0
with:
Expand Down

0 comments on commit 031a259

Please sign in to comment.