Skip to content

Commit

Permalink
Merge pull request #930 from hove-io/upgrade_ga
Browse files Browse the repository at this point in the history
[tech] upgrade some github actions
  • Loading branch information
datanel authored Nov 30, 2023
2 parents a4faac0 + 7201f36 commit f651ecc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-tagging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Fetch existing tags
run: git fetch --tags
- name: Generate tag
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/continuous-integration-deb11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
username: AWS
password: ${{ needs.aws_creds.outputs.token }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Format
run: make format
clippy:
Expand All @@ -48,7 +48,7 @@ jobs:
username: AWS
password: ${{ needs.aws_creds.outputs.token }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Lint
run: make lint
audit:
Expand All @@ -62,7 +62,7 @@ jobs:
password: ${{ needs.aws_creds.outputs.token }}
continue-on-error: true
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Audit
run: |
cargo audit
Expand All @@ -77,7 +77,7 @@ jobs:
password: ${{ needs.aws_creds.outputs.token }}
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive # for tests/NeTEx
- name: Install xmllint
Expand All @@ -92,18 +92,18 @@ jobs:
- name: CleanUp
run: |
sudo chown -R $USER .
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
clean: false
- name: Login to Amazon ECR sandbox
env:
AWS_REGION: eu-west-1
uses: aws-actions/amazon-ecr-login@v1
uses: aws-actions/amazon-ecr-login@v2
- name: Login to Amazon ECR shared
env:
AWS_REGION: eu-west-1
uses: aws-actions/amazon-ecr-login@v1
uses: aws-actions/amazon-ecr-login@v2
with:
registries: 162230498103
- name: Build and Push to SBX ECR
Expand Down

0 comments on commit f651ecc

Please sign in to comment.