Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
- name: Configure AWS Credentials
if: ${{ inputs.pull-dvc-datasets }}
id: creds
uses: aws-actions/configure-aws-credentials@v5
uses: aws-actions/configure-aws-credentials@v6
with:
aws-region: eu-south-1
role-to-assume: arn:aws:iam::058264335177:role/zaphiro-github-role-demo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
- name: Configure AWS Credentials
if: ${{ inputs.pull-dvc-datasets }}
id: creds
uses: aws-actions/configure-aws-credentials@v5
uses: aws-actions/configure-aws-credentials@v6
with:
aws-region: eu-south-1
role-to-assume: arn:aws:iam::058264335177:role/zaphiro-github-role-demo
Expand Down
7 changes: 6 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GitHub Workflows Release Notes

## 0.0.3-dev - 2026-01-23
## 0.0.3-dev - 2026-02-12

### Features

Expand Down Expand Up @@ -71,6 +71,7 @@

### Continuous Integration

- Separate issue management from project management (PR #236 by @chicco785)
- new-release workflow: delegate to makefile the update of project files (PR
#192 by @kwitekrac)
- docker workflow: support golang build caching (PR #124 by @chicco785)
Expand All @@ -84,6 +85,10 @@

### Dependencies

- Bump aws-actions/configure-aws-credentials from 5 to 6 (PR #243 by
@dependabot[bot])
- Bump dawidd6/action-download-artifact from 12 to 14 (PR #241 by
@dependabot[bot])
- Bump dawidd6/action-download-artifact from 11 to 12 (PR #227 by
@dependabot[bot])
- Bump SonarSource/sonarqube-scan-action from 6.0.0 to 7.0.0 (PR #225 by
Expand Down
Loading