Skip to content

Commit

Permalink
Merge pull request #32 from BethanyG/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4.2.1

Bump actions/checkout from 4.2.0 to 4.2.1
  • Loading branch information
BethanyG authored Oct 8, 2024
2 parents b13c61e + b0d740c commit b8082b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
housekeeping:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871

- name: Set up Python
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
matrix:
python-version: [3.7, 3.8, 3.9, 3.10.6, 3.11.2]
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871

- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-commenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Comments for every NEW issue.
steps:
- name: Checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871

- name: Read issue-comment.md
id: issue-comment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
test-runner:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- name: Run test-runner
run: docker compose run test-runner

0 comments on commit b8082b2

Please sign in to comment.