Skip to content

Commit

Permalink
Upgrading checkout action, as suggested.
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Stein <sormuras@gmail.com>
  • Loading branch information
lahodaj and sormuras authored Oct 24, 2023
1 parent 3005b2c commit b6a4200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ jobs:
release: ${{ matrix.java }}

- name: Checkout ${{ github.ref }} ( ${{ github.sha }} )
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false
submodules: false

- name: Checkout NetBeans
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: apache/netbeans
path: netbeans
Expand Down

0 comments on commit b6a4200

Please sign in to comment.