Skip to content

Commit

Permalink
Update GitHub Action Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 22, 2025
1 parent 856f214 commit a71c176
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: actions/create-github-app-token@v1
- uses: actions/create-github-app-token@v1.11.1
id: app-token
with:
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}

- uses: actions/checkout@v4
- uses: actions/checkout@v4.2.2
with:
token: ${{ secrets.ACCESS_TOKEN }}
ref: development

- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v5.3.0
with:
python-version: '3.10'
cache: pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2

- name: Export secrets to environment variables
uses: oNaiPs/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2

- name: Set up Python and cache pip
uses: actions/setup-python@v5
uses: actions/setup-python@v5.3.0
with:
python-version: '3.10'
cache: 'pip'
Expand Down
12 changes: 7 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile
#
amclient==1.3.0
amclient==1.4.0
# via -r requirements.in
asgiref==3.8.1
# via django
Expand All @@ -24,7 +24,7 @@ charset-normalizer==3.4.1
# via requests
coverage[toml]==7.6.10
# via pytest-cov
django==4.2.17
django==4.2.18
# via
# -r requirements.in
# asterism
Expand Down Expand Up @@ -79,9 +79,9 @@ pyyaml==6.0.2
# via -r requirements.in
pyzstd==0.16.2
# via py7zr
rdflib==7.1.1
rdflib==7.1.3
# via pyfc4
referencing==0.35.1
referencing==0.36.1
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -103,7 +103,9 @@ tomli==2.2.1
# coverage
# pytest
typing-extensions==4.12.2
# via asgiref
# via
# asgiref
# referencing
uritemplate==4.1.1
# via -r requirements.in
urllib3==2.3.0
Expand Down

0 comments on commit a71c176

Please sign in to comment.