Skip to content

Commit

Permalink
Merge pull request #106 from dmgbuild/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4.1.5

Bump actions/checkout from 4.1.4 to 4.1.5
  • Loading branch information
freakboy3742 committed May 12, 2024
2 parents 407cfa7 + 0002afb commit 16ee0d5
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.4
- uses: actions/checkout@v4.1.5
- 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.4
- uses: actions/checkout@v4.1.5
- 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.4
- uses: actions/checkout@v4.1.5
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5.1.0
with:
Expand Down

0 comments on commit 16ee0d5

Please sign in to comment.