Skip to content

Commit

Permalink
Revert "chore(deps): bump actions/checkout from 3.5.3 to 4.1.4 (#812)"
Browse files Browse the repository at this point in the history
This reverts commit f531aac.
  • Loading branch information
dati18 authored Aug 12, 2024
1 parent f531aac commit 279f9a4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v4.1.4
uses: actions/checkout@v3.5.3
-
name: Docker meta
id: docker_meta
Expand Down Expand Up @@ -54,13 +54,13 @@ jobs:
push: true
-
name: Check out `wmde/wbaas-deploy` repository in staging child directory
uses: actions/checkout@v4.1.4
uses: actions/checkout@v3.5.3
with:
repository: wmde/wbaas-deploy
path: ./repos/wbaas-deploy-staging
-
name: Check out `wmde/wbaas-deploy` repository in production child directory
uses: actions/checkout@v4.1.4
uses: actions/checkout@v3.5.3
with:
repository: wmde/wbaas-deploy
path: ./repos/wbaas-deploy-production
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.4
uses: actions/checkout@v3.5.3
- name: lint
uses: hadolint/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github.prs.combine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
console.log('Combined: ' + combined);
return combined
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v3.5.3
with:
fetch-depth: 0
token: ${{ secrets.GH_TOKEN_PLUSW }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/netlify-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v3.5.3

- uses: c-py/action-dotenv-to-setenv@v4
with:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v3.5.3

- uses: c-py/action-dotenv-to-setenv@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: [12, 14, 15]

steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v3.5.3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 279f9a4

Please sign in to comment.