Skip to content

Commit

Permalink
CI: Update the 'checkout' action to V3 as V2 is being deprecated. (#437)
Browse files Browse the repository at this point in the history
Signed-off-by: RICCIARDI-Adrien <[email protected]>
  • Loading branch information
RICCIARDI-Adrien authored Sep 1, 2023
1 parent 26d1b60 commit f5aa69b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/solaris.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: macos-12
steps:
- name: Checkout PPP sources
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Build
uses: vmactions/solaris-vm@v0
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
configure_flags: --enable-multilink --enable-systemd --enable-cbcp

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: install required packages
run: |
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
LDFLAGS: '-fsanitize=address'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: install required packages
run: |
Expand Down

0 comments on commit f5aa69b

Please sign in to comment.