Skip to content

Commit

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

Bump actions/checkout from 4.1.2 to 4.1.3
  • Loading branch information
freakboy3742 committed Apr 22, 2024
2 parents 430b447 + 93afcfd commit 63d9f6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Pre-test checks
runs-on: "macOS-latest"
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.3
- 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.2
- uses: actions/checkout@v4.1.3
- 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.2
- uses: actions/checkout@v4.1.3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5.1.0
with:
Expand Down

0 comments on commit 63d9f6f

Please sign in to comment.