Merge pull request #19 from codebytes/dependabot/github_actions/actions/checkout-4.1.1

Bump actions/checkout from 2.7.0 to 4.1.1
هذا الالتزام موجود في:
Chris Ayers
2023-10-27 10:08:18 -04:00
ملتزم من قبل GitHub
الأصل d2d3fa5839 9450286254
التزام 8c0bfc0021
14 ملفات معدلة مع 16 إضافات و16 حذوفات

عرض الملف

@@ -15,7 +15,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@v4
- uses: actions/checkout@v4.1.1
# Runs a single command using the runners shell
- name: Run a one-line script

عرض الملف

@@ -36,7 +36,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@v4
- uses: actions/checkout@v4.1.1
# Runs a single command using the runners shell
- name: Run a one-line script

عرض الملف

@@ -50,10 +50,10 @@ jobs:
shell: perl {0}
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
# Reference a specific commit
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
# Reference the major version of a release
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.1
# Reference a specific version
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.1
# Reference a branch
- uses: actions/checkout@main

عرض الملف

@@ -27,7 +27,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@v4
- uses: actions/checkout@v4.1.1
# Runs a single command using the runners shell
- name: Run a one-line script

عرض الملف

@@ -29,7 +29,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@v4
- uses: actions/checkout@v4.1.1
# Runs a single command using the runners shell
- name: Run a one-line script

عرض الملف

@@ -27,7 +27,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@v4
- uses: actions/checkout@v4.1.1
- name: Run Hello
run: echo "$Greeting, $Name!"

عرض الملف

@@ -26,7 +26,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@v4
- uses: actions/checkout@v4.1.1
# Runs a single command using the runners shell
- name: Pass via Context

عرض الملف

@@ -26,7 +26,7 @@ jobs:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:

عرض الملف

@@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.1
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:

عرض الملف

@@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.1
- name: Login to Docker Hub
uses: docker/login-action@v3
with:

عرض الملف

@@ -8,7 +8,7 @@ jobs:
name: Lint code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.1
- name: Lint code
run: |

عرض الملف

@@ -25,7 +25,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.1
- name: Copy images
run: mkdir build && cp -R slides/img build/img && cp -R slides/themes build/themes

عرض الملف

@@ -18,7 +18,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.1
- uses: azure/login@v1
name: Sign in to Azure
with:

عرض الملف

@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v4.1.1
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0