Skip to content

Commit

Permalink
Update versions of GH actions used to handle warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
righettod committed Mar 10, 2024
1 parent 12212a0 commit cb1bd0b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/update-datasource.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install dependencies
Expand Down

0 comments on commit cb1bd0b

Please sign in to comment.