Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Chore/updates #21

Merged
merged 3 commits into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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/test-action-on-pr-and-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:


- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4


- name: run ghcr.io
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ inputs:
aws_cli_version:
description: 'Version of AWS CLI to use'
required: false
default: "2.13.20"
default: "2.15.19"


# docker hub
Expand Down Expand Up @@ -151,7 +151,7 @@ runs:
esac

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ''
path: ${{ inputs.target_directory }}
Expand Down