diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index a3f917f..bff0aa2 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -23,7 +23,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.1.0 name: Check out code - uses: mr-smithers-excellent/docker-build-push@v5 @@ -46,7 +46,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.1.0 name: Check out code - uses: mr-smithers-excellent/docker-build-push@v5 diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 31f88b8..c8ead2a 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -20,7 +20,7 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v3.1.0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: