Skip to content

Commit

Permalink
Merge pull request #310 from casework/bump_action_versions
Browse files Browse the repository at this point in the history
Bump Action versions and removed unused matrix reference
  • Loading branch information
kchason authored Nov 19, 2024
2 parents afd855b + 8623d9a commit d7293d6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/web_resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Set up Python
uses: actions/setup-python@v5
- name: Pre-commit Checks
run: |
pip -q install pre-commit
Expand Down

0 comments on commit d7293d6

Please sign in to comment.