Skip to content

Commit

Permalink
deps: update dependencies to stop using deprecated calls (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Djelibeybi committed Dec 14, 2022
1 parent 607eb1c commit a4b1b35
Show file tree
Hide file tree
Showing 5 changed files with 442 additions and 300 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ This example also uses the [`login-ocir`][3] action which provides a simple mech
```yaml
jobs:
get-ocir-repository-test:
runs-on: ubuntu-latest
name: Get OCIR Repository Test
runs-on: ubuntu-22.04 Test
env:
OCI_CLI_USER: ${{ secrets.OCI_CLI_USER }}
OCI_CLI_TENANCY: ${{ secrets.OCI_CLI_TENANCY }}
Expand All @@ -43,14 +42,14 @@ jobs:
OCI_CLI_REGION: ${{ secrets.OCI_CLI_REGION }}
steps:
- name: Get or create an OCIR Repository
uses: oracle-actions/get-ocir-repository@v1.1
uses: oracle-actions/get-ocir-repository@v1.2
id: get-ocir-repository
with:
name: oraclelinux
compartment: ${{ secrets.OCI_COMPARTMENT_OCID }}

- name: Log into OCIR
uses: oracle-actions/login-ocir@v1.1
uses: oracle-actions/login-ocir@v1.2
id: login-ocir
with:
auth_token: ${{ secrets.OCI_AUTH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ branding:
icon: 'circle'
color: 'red'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
Loading

0 comments on commit a4b1b35

Please sign in to comment.