Skip to content

Commit

Permalink
Merge pull request #93 from data-engineering-collective/dependabot/gi…
Browse files Browse the repository at this point in the history
…thub_actions/dependencies-8a9da2b879

Bump the dependencies group with 1 update
  • Loading branch information
xhochy authored Sep 8, 2023
2 parents 82b8f43 + 2068c64 commit fdc6be4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
SIMPLEKV_CI: 1
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Conda env
uses: mamba-org/setup-micromamba@2b72821d5ad7f6da3c003a3684ce341bf187b46f
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit fdc6be4

Please sign in to comment.