Skip to content

Commit

Permalink
Merge pull request #193 from linsomniac/dependabot/github_actions/git…
Browse files Browse the repository at this point in the history
…hub-actions-cd7291ea65

Bump the github-actions group with 1 update
  • Loading branch information
linsomniac authored Jan 31, 2024
2 parents cc5b3e7 + 6f567f9 commit 9345627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Set up Memcached
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Extract version from tag
Expand Down

0 comments on commit 9345627

Please sign in to comment.