Skip to content

Commit

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

Bump actions/checkout from 4.2.0 to 4.2.1
  • Loading branch information
jadolg authored Oct 14, 2024
2 parents 15300e0 + 613d617 commit affcf74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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/checkout@v4.2.0
uses: actions/checkout@v4.2.1
with:
fetch-depth: 0
- name: Set up Python
Expand All @@ -34,7 +34,7 @@ jobs:
rocket-chat-version: [ '6.7.9', '6.8.7','6.9.7','6.10.6','6.11.3','6.12.1', '6.13.0', 'latest' ]
steps:
- name: Checkout
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
- name: Start rocket.chat server
uses: isbang/compose-action@v2.0.2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit affcf74

Please sign in to comment.