Skip to content

Commit

Permalink
update checkout and jfrog actions to use newer nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
thiesmoeller committed Jun 14, 2024
1 parent 160014b commit ed71317
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
setup:
runs-on: ubuntu-latest
steps:
- uses: jfrog/setup-jfrog-cli@v3
- uses: jfrog/setup-jfrog-cli@v4
env:
JF_URL: ${{ secrets.SDK_URL }}
JF_ACCESS_TOKEN: ${{ secrets.SDK_TOKEN }}

- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

# login
- run: |
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Python
uses: actions/setup-python@v4
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit ed71317

Please sign in to comment.