Skip to content

Commit

Permalink
Merge pull request #250 from jadolg/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4.1.5

Bump actions/checkout from 4.1.2 to 4.1.5
  • Loading branch information
jadolg authored May 18, 2024
2 parents c7cc79b + 9cde06e commit 34df064
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/[email protected].2
uses: actions/[email protected].5
with:
fetch-depth: 0
- name: Set up Python
Expand All @@ -33,7 +33,7 @@ jobs:
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
steps:
- name: Checkout
uses: actions/[email protected].2
uses: actions/[email protected].5
- name: Start rocket.chat server
uses: isbang/[email protected]
with:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
needs: test
steps:
- name: Checkout
uses: actions/[email protected].2
uses: actions/[email protected].5
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 34df064

Please sign in to comment.