Skip to content

Commit

Permalink
Bump 'actions/checkout' from v2 to v3
Browse files Browse the repository at this point in the history
    Checking the installation (ubuntu-22.04)
    The following actions uses node12 which is deprecated and will be
    forced to run on node16: actions/checkout@v2. For more info:
    https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

    Checking the installation (macos-latest)
    The following actions uses node12 which is deprecated and will be
    forced to run on node16: actions/checkout@v2. For more info:
    https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
  • Loading branch information
xorcare committed Aug 7, 2023
1 parent 8760068 commit b918a58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
- 'macos-latest'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Checking the installation of dotfiles on ${{ matrix.os }}
run: make install
2 changes: 1 addition & 1 deletion .github/workflows/software-continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- 'macos-latest'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Checking the installation of software on ${{ matrix.os }}
run: make install-software

0 comments on commit b918a58

Please sign in to comment.