Skip to content

Commit

Permalink
Tweaked CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed May 12, 2024
1 parent 0f710d3 commit 9d112d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.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@v2
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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 Icelandic locale
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
run: |
shellcheck -x scripts/*.sh
- name: Slack notification
uses: 8398a7/action-slack@v2
uses: 8398a7/action-slack@v3
with:
status: ${{ job.status }}
author_name: Integration Testing (Python ${{ matrix.python-version }})
Expand Down

0 comments on commit 9d112d4

Please sign in to comment.