diff --git a/.github/workflows/r-conda.yml b/.github/workflows/r-conda.yml index 0d0a8a5..df449de 100644 --- a/.github/workflows/r-conda.yml +++ b/.github/workflows/r-conda.yml @@ -28,7 +28,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@v2 + - uses: actions/checkout@v3 - name: Create conda environment uses: conda-incubator/setup-miniconda@v2