Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit 9f75bcb

Browse files
authored
Merge pull request #289 from RockefellerArchiveCenter/dependency-updates
Dependency Updates
2 parents c3eb9ba + c302196 commit 9f75bcb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
ref: development
2121

2222
- name: Set up Python
23-
uses: actions/setup-python@v5.6.0
23+
uses: actions/setup-python@v6.0.0
2424
with:
2525
python-version: '3.10'
2626
cache: pip

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: sudo deploy_scripts/make_zip_django.sh $DEPLOY_ZIP_DIR $DEPLOY_ZIP_NAME
6666

6767
- name: Configure AWS Credentials
68-
uses: aws-actions/configure-aws-credentials@v4.3.1
68+
uses: aws-actions/configure-aws-credentials@v5.0.0
6969
with:
7070
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY }}
7171
aws-secret-access-key: ${{ secrets.AWS_SECRET_KEY }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v5.0.0
2828

2929
- name: Set up Python and cache pip
30-
uses: actions/setup-python@v5.6.0
30+
uses: actions/setup-python@v6.0.0
3131
with:
3232
python-version: '3.10'
3333
cache: 'pip'

0 commit comments

Comments
 (0)